#FC99EC

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

Shades of Lavender Rose #FC99EC

Tints of Lavender Rose #FC99EC

Color information

#FC99EC (or 0xFC99EC) is unknown color: approx Lavender Rose. HEX triplet: FC, 99 and EC. RGB value is (252,153,236). Sum of RGB (Red+Green+Blue) = 252+153+236=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 153 (60.16% from 255 or 23.87% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99EC is #036613. Grayscale: #BFBFBF. Windows color (decimal): -222740 or 15505916. OLE color: 15505916.

HSL color Cylindrical-coordinate representation of color #FC99EC: hue angle of 309.7º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99EC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252153236-
CMYK00.390.060.01
HSL309.7º94.29%79.41%-
HSV(B)309.7º39.29%98.82%-
XYZ66.6849.5385.4-
YUV192.06152.8170.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 153 (60.16% from 255) = 23.87%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=39.31%
G=23.87%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215323600.390.060.01309.794.2979.41
HexFC99EC027611365e4f
Octal37423135404761466136117
Binary1111110010011001111011000100111110110011011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC99EC; }

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

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

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

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

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

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

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

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