#FC94C0

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

Shades of Tea Rose #FC94C0

Tints of Tea Rose #FC94C0

Color information

#FC94C0 (or 0xFC94C0) is unknown color: approx Tea Rose. HEX triplet: FC, 94 and C0. RGB value is (252,148,192). Sum of RGB (Red+Green+Blue) = 252+148+192=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94C0 is #036B3F. Grayscale: #B8B8B8. Windows color (decimal): -224064 or 12621052. OLE color: 12621052.

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

Color convert

RGB252148192-
CMYK00.410.240.01
HSL334.62º94.55%78.43%-
HSV(B)334.62º41.27%98.82%-
XYZ60.2545.6855.51-
YUV184.11132.46176.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=42.57%
G=25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214819200.410.240.01334.6294.5578.43
HexFC94C002918114f5f4e
Octal374224300051301517137116
Binary111111001001010011000000010100111000110100111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94C0; }

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

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

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

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

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

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

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

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