Html Css Color HEX #FC86CB Tea Rose

📋 copy color: '#FC86CB'

red 252 ◦ green 134 ◦ blue 203

#FC86CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FC86CB

Tints of Tea Rose #FC86CB

RGB

 RED value IS 252 (98.83% from 255) = 42.78%

 GREEN value IS 134 (52.73% from 255) = 22.75%

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 42.78%
G = 22.75%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC86CB (or 0xFC86CB) is known color: Tea Rose. HEX triplet: FC, 86 and CB. RGB value is (252,134,203). Sum of RGB (Red+Green+Blue) = 252+134+203=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86CB is #037934. Grayscale: #B0B0B0. Windows color (decimal): -227637 or 13338364. OLE color: 13338364.

HSL color Cylindrical-coordinate representation of color #FC86CB: hue angle of 324.92º 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 #FC86CB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 203 -
CMYK 0 0.47 0.19 0.01
HSL 324.92º 0.95% 0.76% -
HSV(B) 324.92º 0.47% 0.99% -
XYZ 59.45 42.06 61.48 -
YUV 177.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 252 134 203 0 0.47 0.19 0.01 324.92 0.95 0.76
Hex FC 86 CB 0 2F 13 1 145 5F 4C
Octal 374 206 313 0 57 23 1 505 137 114
Binary 11111100 10000110 11001011 0 101111 10011 1 101000101 1011111 1001100

Color Harmonies of #FC86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86CB

Black with #FC86CB

Text Example


Text Example

White with #FC86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86CB; }

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

 H1.HeaderClassName
 {
   color: #FC86CB;
 }
 .AnyTagClassName
 {
   color: #FC86CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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