#FC94CC

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

Shades of Tea Rose #FC94CC

Tints of Tea Rose #FC94CC

Color information

#FC94CC (or 0xFC94CC) is unknown color: approx Tea Rose. HEX triplet: FC, 94 and CC. RGB value is (252,148,204). Sum of RGB (Red+Green+Blue) = 252+148+204=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94CC is #036B33. Grayscale: #B9B9B9. Windows color (decimal): -224052 or 13407484. OLE color: 13407484.

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

Color convert

RGB252148204-
CMYK00.410.190.01
HSL327.69º94.55%78.43%-
HSV(B)327.69º41.27%98.82%-
XYZ61.6346.2362.8-
YUV185.48138.46175.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=41.72%
G=24.50%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214820400.410.190.01327.6994.5578.43
HexFC94CC0291311485f4e
Octal374224314051231510137116
Binary111111001001010011001100010100110011110100100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94CC; }

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

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

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

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

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

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

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

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