#FC90C8

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

Shades of Tea Rose #FC90C8

Tints of Tea Rose #FC90C8

Color information

#FC90C8 (or 0xFC90C8) is unknown color: approx Tea Rose. HEX triplet: FC, 90 and C8. RGB value is (252,144,200). Sum of RGB (Red+Green+Blue) = 252+144+200=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90C8 is #036F37. Grayscale: #B6B6B6. Windows color (decimal): -225080 or 13144316. OLE color: 13144316.

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

Color convert

RGB252144200-
CMYK00.430.210.01
HSL328.89º94.74%77.65%-
HSV(B)328.89º42.86%98.82%-
XYZ60.5444.8160.1-
YUV182.68137.78177.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=42.28%
G=24.16%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214420000.430.210.01328.8994.7477.65
HexFC90C802B1511495f4e
Octal374220310053251511137116
Binary111111001001000011001000010101110101110100100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90C8; }

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

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

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

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

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

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

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

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