#FC95DD

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

Shades of Lavender Rose #FC95DD

Tints of Lavender Rose #FC95DD

Color information

#FC95DD (or 0xFC95DD) is unknown color: approx Lavender Rose. HEX triplet: FC, 95 and DD. RGB value is (252,149,221). Sum of RGB (Red+Green+Blue) = 252+149+221=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95DD is #036A22. Grayscale: #BBBBBB. Windows color (decimal): -223779 or 14521852. OLE color: 14521852.

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

Color convert

RGB252149221-
CMYK00.410.120.01
HSL318.06º94.5%78.63%-
HSV(B)318.06º40.87%98.82%-
XYZ63.9447.4174.19-
YUV188146.62173.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 149 (58.59% from 255) = 23.95%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=40.51%
G=23.95%
B=35.53%

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
Decimal25214922100.410.120.01318.0694.578.63
HexFC95DD029C113e5e4f
Octal374225335051141476136117
Binary11111100100101011101110101010011100110011111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95DD; }

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

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

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

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

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

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

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

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