#FC95DC

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

Shades of Lavender Rose #FC95DC

Tints of Lavender Rose #FC95DC

Color information

#FC95DC (or 0xFC95DC) is unknown color: approx Lavender Rose. HEX triplet: FC, 95 and DC. RGB value is (252,149,220). Sum of RGB (Red+Green+Blue) = 252+149+220=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95DC is #036A23. Grayscale: #BBBBBB. Windows color (decimal): -223780 or 14456316. OLE color: 14456316.

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

Color convert

RGB252149220-
CMYK00.410.130.01
HSL318.64º94.5%78.63%-
HSV(B)318.64º40.87%98.82%-
XYZ63.8147.3673.49-
YUV187.89146.12173.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 149 (58.59% from 255) = 23.99%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=40.58%
G=23.99%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214922000.410.130.01318.6494.578.63
HexFC95DC029D113f5e4f
Octal374225334051151477136117
Binary11111100100101011101110001010011101110011111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95DC; }

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

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

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

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

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

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

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

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