#FC95E8

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

Shades of Lavender Rose #FC95E8

Tints of Lavender Rose #FC95E8

Color information

#FC95E8 (or 0xFC95E8) is unknown color: approx Lavender Rose. HEX triplet: FC, 95 and E8. RGB value is (252,149,232). Sum of RGB (Red+Green+Blue) = 252+149+232=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95E8 is #036A17. Grayscale: #BDBDBD. Windows color (decimal): -223768 or 15242748. OLE color: 15242748.

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

Color convert

RGB252149232-
CMYK00.410.080.01
HSL311.65º94.5%78.63%-
HSV(B)311.65º40.87%98.82%-
XYZ65.4648.0282.16-
YUV189.26152.12172.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 149 (58.59% from 255) = 23.54%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=39.81%
G=23.54%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214923200.410.080.01311.6594.578.63
HexFC95E8029811385e4f
Octal374225350051101470136117
Binary11111100100101011110100001010011000110011100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95E8; }

 p { color: rgb(252,149,232); }

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

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

 a { background-color: rgb(252,149,232); }

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

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

 span { border-color: rgb(252,149,232); }

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