#FC99ED

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

Shades of Lavender Rose #FC99ED

Tints of Lavender Rose #FC99ED

Color information

#FC99ED (or 0xFC99ED) is unknown color: approx Lavender Rose. HEX triplet: FC, 99 and ED. RGB value is (252,153,237). Sum of RGB (Red+Green+Blue) = 252+153+237=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 153 (60.16% from 255 or 23.83% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99ED is #036612. Grayscale: #BFBFBF. Windows color (decimal): -222739 or 15571452. OLE color: 15571452.

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

Color convert

RGB252153237-
CMYK00.390.060.01
HSL309.09º94.29%79.41%-
HSV(B)309.09º39.29%98.82%-
XYZ66.8249.5986.17-
YUV192.18153.3170.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 153 (60.16% from 255) = 23.83%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=39.25%
G=23.83%
B=36.92%

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
Decimal25215323700.390.060.01309.0994.2979.41
HexFC99ED027611355e4f
Octal37423135504761465136117
Binary1111110010011001111011010100111110110011010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC99ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC99ED; }

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

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

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

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

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

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

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

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