#FC93C9

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

Shades of Tea Rose #FC93C9

Tints of Tea Rose #FC93C9

Color information

#FC93C9 (or 0xFC93C9) is unknown color: approx Tea Rose. HEX triplet: FC, 93 and C9. RGB value is (252,147,201). Sum of RGB (Red+Green+Blue) = 252+147+201=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C9 is #036C36. Grayscale: #B8B8B8. Windows color (decimal): -224311 or 13210620. OLE color: 13210620.

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

Color convert

RGB252147201-
CMYK00.420.200.01
HSL329.14º94.59%78.24%-
HSV(B)329.14º41.67%98.82%-
XYZ61.1245.7860.87-
YUV184.55137.29176.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 147 (57.81% from 255) = 24.5%
BLUE value IS 201 (78.91% from 255) = 33.5%
R=42%
G=24.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214720100.420.200.01329.1494.5978.24
HexFC93C902A1411495f4e
Octal374223311052241511137116
Binary111111001001001111001001010101010100110100100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93C9; }

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

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

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

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

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

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

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

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