#FC85CA

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

Shades of Tea Rose #FC85CA

Tints of Tea Rose #FC85CA

Color information

#FC85CA (or 0xFC85CA) is unknown color: approx Tea Rose. HEX triplet: FC, 85 and CA. RGB value is (252,133,202). Sum of RGB (Red+Green+Blue) = 252+133+202=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85CA is #037A35. Grayscale: #B0B0B0. Windows color (decimal): -227894 or 13272572. OLE color: 13272572.

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

Color convert

RGB252133202-
CMYK00.470.200.01
HSL325.21º95.2%75.49%-
HSV(B)325.21º47.22%98.82%-
XYZ59.1941.7360.81-
YUV176.45142.42181.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=42.93%
G=22.66%
B=34.41%

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
Decimal25213320200.470.200.01325.2195.275.49
HexFC85CA02F1411455f4b
Octal374205312057241505137113
Binary111111001000010111001010010111110100110100010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85CA; }

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

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

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

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

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

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

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

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