Html Css Color HEX #FC86CE Tea Rose

📋 copy color: '#FC86CE'

red 252 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #FC86CE

Tints of Tea Rose #FC86CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 42.57%
G = 22.64%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC86CE (or 0xFC86CE) is known color: Tea Rose. HEX triplet: FC, 86 and CE. RGB value is (252,134,206). Sum of RGB (Red+Green+Blue) = 252+134+206=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86CE is #037931. Grayscale: #B1B1B1. Windows color (decimal): -227634 or 13534972. OLE color: 13534972.

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

Color convert

RGB 252 134 206 -
CMYK 0 0.47 0.18 0.01
HSL 323.39º 0.95% 0.76% -
HSV(B) 323.39º 0.47% 0.99% -
XYZ 59.81 42.2 63.39 -
YUV 177.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 252 134 206 0 0.47 0.18 0.01 323.39 0.95 0.76
Hex FC 86 CE 0 2F 12 1 143 5F 4C
Octal 374 206 316 0 57 22 1 503 137 114
Binary 11111100 10000110 11001110 0 101111 10010 1 101000011 1011111 1001100

Color Harmonies of #FC86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86CE

Black with #FC86CE

Text Example


Text Example

White with #FC86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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