#FC85C9

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

Shades of Tea Rose #FC85C9

Tints of Tea Rose #FC85C9

Color information

#FC85C9 (or 0xFC85C9) is unknown color: approx Tea Rose. HEX triplet: FC, 85 and C9. RGB value is (252,133,201). Sum of RGB (Red+Green+Blue) = 252+133+201=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85C9 is #037A36. Grayscale: #B0B0B0. Windows color (decimal): -227895 or 13207036. OLE color: 13207036.

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

Color convert

RGB252133201-
CMYK00.470.200.01
HSL325.71º95.2%75.49%-
HSV(B)325.71º47.22%98.82%-
XYZ59.0841.6960.19-
YUV176.33141.92181.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 133 (52.34% from 255) = 22.70%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=43.00%
G=22.70%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213320100.470.200.01325.7195.275.49
HexFC85C902F1411465f4b
Octal374205311057241506137113
Binary111111001000010111001001010111110100110100011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85C9; }

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

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

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

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

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

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

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

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