Html Css Color HEX #FC85CE Tea Rose

📋 copy color: '#FC85CE'

red 252 ◦ green 133 ◦ blue 206

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

Shades of Tea Rose #FC85CE

Tints of Tea Rose #FC85CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.5%

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

R = 42.64%
G = 22.5%
B = 34.86%

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

#FC85CE (or 0xFC85CE) is known color: Tea Rose. HEX triplet: FC, 85 and CE. RGB value is (252,133,206). Sum of RGB (Red+Green+Blue) = 252+133+206=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85CE is #037A31. Grayscale: #B0B0B0. Windows color (decimal): -227890 or 13534716. OLE color: 13534716.

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

Color convert

RGB 252 133 206 -
CMYK 0 0.47 0.18 0.01
HSL 323.19º 0.95% 0.75% -
HSV(B) 323.19º 0.47% 0.99% -
XYZ 59.67 41.93 63.34 -
YUV 176.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 252 133 206 0 0.47 0.18 0.01 323.19 0.95 0.75
Hex FC 85 CE 0 2F 12 1 143 5F 4B
Octal 374 205 316 0 57 22 1 503 137 113
Binary 11111100 10000101 11001110 0 101111 10010 1 101000011 1011111 1001011

Color Harmonies of #FC85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85CE

Black with #FC85CE

Text Example


Text Example

White with #FC85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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