#FC94EC

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

Shades of Lavender Rose #FC94EC

Tints of Lavender Rose #FC94EC

Color information

#FC94EC (or 0xFC94EC) is unknown color: approx Lavender Rose. HEX triplet: FC, 94 and EC. RGB value is (252,148,236). Sum of RGB (Red+Green+Blue) = 252+148+236=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94EC is #036B13. Grayscale: #BCBCBC. Windows color (decimal): -224020 or 15504636. OLE color: 15504636.

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

Color convert

RGB252148236-
CMYK00.410.060.01
HSL309.23º94.55%78.43%-
HSV(B)309.23º41.27%98.82%-
XYZ65.8847.9385.14-
YUV189.13154.46172.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 148 (58.20% from 255) = 23.27%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=39.62%
G=23.27%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214823600.410.060.01309.2394.5578.43
HexFC94EC029611355f4e
Octal37422435405161465137116
Binary1111110010010100111011000101001110110011010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94EC; }

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

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

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

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

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

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

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

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