#FC94C3

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

Shades of Tea Rose #FC94C3

Tints of Tea Rose #FC94C3

Color information

#FC94C3 (or 0xFC94C3) is unknown color: approx Tea Rose. HEX triplet: FC, 94 and C3. RGB value is (252,148,195). Sum of RGB (Red+Green+Blue) = 252+148+195=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94C3 is #036B3C. Grayscale: #B8B8B8. Windows color (decimal): -224061 or 12817660. OLE color: 12817660.

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

Color convert

RGB252148195-
CMYK00.410.230.01
HSL332.88º94.55%78.43%-
HSV(B)332.88º41.27%98.82%-
XYZ60.5945.8257.28-
YUV184.45133.96176.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 195 (76.56% from 255) = 32.77%
R=42.35%
G=24.87%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214819500.410.230.01332.8894.5578.43
HexFC94C302917114d5f4e
Octal374224303051271515137116
Binary111111001001010011000011010100110111110100110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94C3; }

 p { color: rgb(252,148,195); }

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

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

 a { background-color: rgb(252,148,195); }

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

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

 span { border-color: rgb(252,148,195); }

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