#FC86D1

Color #FC86D1 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FC86D1

Tints of Tea Rose #FC86D1

Color information

#FC86D1 (or 0xFC86D1) is unknown color: approx Tea Rose. HEX triplet: FC, 86 and D1. RGB value is (252,134,209). Sum of RGB (Red+Green+Blue) = 252+134+209=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86D1 is #03792E. Grayscale: #B1B1B1. Windows color (decimal): -227631 or 13731580. OLE color: 13731580.

HSL color Cylindrical-coordinate representation of color #FC86D1: hue angle of 321.86º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86D1 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252134209-
CMYK00.470.170.01
HSL321.86º95.16%75.69%-
HSV(B)321.86º46.83%98.82%-
XYZ60.1842.3565.32-
YUV177.83145.59180.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 134 (52.73% from 255) = 22.52%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=42.35%
G=22.52%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213420900.470.170.01321.8695.1675.69
HexFC86D102F1111425f4c
Octal374206321057211502137114
Binary111111001000011011010001010111110001110100001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC86D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC86D1; }

 p { color: rgb(252,134,209); }

 H1.HeaderClassName
 {
   color: #FC86D1;
 }
 .AnyTagClassName
 {
   color: #FC86D1;
 }
</style>
background-color css

<style>
 a { background-color: #FC86D1; }

 a { background-color: rgb(252,134,209); }

 div.DivClassName
 {
   background-color: #FC86D1;
 }
 .BgClassName
 {
   background-color: #FC86D1;
 }
</style>
border-color css

<style>
 span { border-color: #FC86D1; }

 span { border-color: rgb(252,134,209); }

 td.TdClassName
 {
   border-color: #FC86D1;
 }
 .TagClassName
 {
   border-color: #FC86D1;
 }
</style>