#FC96E3

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

Shades of Lavender Rose #FC96E3

Tints of Lavender Rose #FC96E3

Color information

#FC96E3 (or 0xFC96E3) is unknown color: approx Lavender Rose. HEX triplet: FC, 96 and E3. RGB value is (252,150,227). Sum of RGB (Red+Green+Blue) = 252+150+227=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96E3 is #03691C. Grayscale: #BDBDBD. Windows color (decimal): -223517 or 14915324. OLE color: 14915324.

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

Color convert

RGB252150227-
CMYK00.400.100.01
HSL314.71º94.44%78.82%-
HSV(B)314.71º40.48%98.82%-
XYZ64.9248.0578.53-
YUV189.28149.29172.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 150 (58.98% from 255) = 23.85%
BLUE value IS 227 (89.06% from 255) = 36.09%
R=40.06%
G=23.85%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215022700.400.100.01314.7194.4478.82
HexFC96E3028A113b5e4f
Octal374226343050121473136117
Binary11111100100101101110001101010001010110011101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC96E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC96E3; }

 p { color: rgb(252,150,227); }

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

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

 a { background-color: rgb(252,150,227); }

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

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

 span { border-color: rgb(252,150,227); }

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