#FC95DE

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

Shades of Lavender Rose #FC95DE

Tints of Lavender Rose #FC95DE

Color information

#FC95DE (or 0xFC95DE) is unknown color: approx Lavender Rose. HEX triplet: FC, 95 and DE. RGB value is (252,149,222). Sum of RGB (Red+Green+Blue) = 252+149+222=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95DE is #036A21. Grayscale: #BBBBBB. Windows color (decimal): -223778 or 14587388. OLE color: 14587388.

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

Color convert

RGB252149222-
CMYK00.410.120.01
HSL317.48º94.5%78.63%-
HSV(B)317.48º40.87%98.82%-
XYZ64.0847.4674.89-
YUV188.12147.12173.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 149 (58.59% from 255) = 23.92%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=40.45%
G=23.92%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214922200.410.120.01317.4894.578.63
HexFC95DE029C113d5e4f
Octal374225336051141475136117
Binary11111100100101011101111001010011100110011110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95DE; }

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

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

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

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

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

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

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

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