#FC90CF

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

Shades of Tea Rose #FC90CF

Tints of Tea Rose #FC90CF

Color information

#FC90CF (or 0xFC90CF) is unknown color: approx Tea Rose. HEX triplet: FC, 90 and CF. RGB value is (252,144,207). Sum of RGB (Red+Green+Blue) = 252+144+207=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90CF is #036F30. Grayscale: #B7B7B7. Windows color (decimal): -225073 or 13603068. OLE color: 13603068.

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

Color convert

RGB252144207-
CMYK00.430.180.01
HSL325º94.74%77.65%-
HSV(B)325º42.86%98.82%-
XYZ61.3845.1564.51-
YUV183.47141.28176.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 144 (56.64% from 255) = 23.88%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=41.79%
G=23.88%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214420700.430.180.0132594.7477.65
HexFC90CF02B1211455f4e
Octal374220317053221505137116
Binary111111001001000011001111010101110010110100010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90CF; }

 p { color: rgb(252,144,207); }

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

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

 a { background-color: rgb(252,144,207); }

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

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

 span { border-color: rgb(252,144,207); }

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