#FC95E7

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

Shades of Lavender Rose #FC95E7

Tints of Lavender Rose #FC95E7

Color information

#FC95E7 (or 0xFC95E7) is unknown color: approx Lavender Rose. HEX triplet: FC, 95 and E7. RGB value is (252,149,231). Sum of RGB (Red+Green+Blue) = 252+149+231=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95E7 is #036A18. Grayscale: #BCBCBC. Windows color (decimal): -223769 or 15177212. OLE color: 15177212.

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

Color convert

RGB252149231-
CMYK00.410.080.01
HSL312.23º94.5%78.63%-
HSV(B)312.23º40.87%98.82%-
XYZ65.3247.9681.42-
YUV189.14151.62172.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 149 (58.59% from 255) = 23.58%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=39.87%
G=23.58%
B=36.55%

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
Decimal25214923100.410.080.01312.2394.578.63
HexFC95E7029811385e4f
Octal374225347051101470136117
Binary11111100100101011110011101010011000110011100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95E7; }

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

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

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

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

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

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

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

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