#FC95D7

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

Shades of Lavender Rose #FC95D7

Tints of Lavender Rose #FC95D7

Color information

#FC95D7 (or 0xFC95D7) is unknown color: approx Lavender Rose. HEX triplet: FC, 95 and D7. RGB value is (252,149,215). Sum of RGB (Red+Green+Blue) = 252+149+215=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95D7 is #036A28. Grayscale: #BBBBBB. Windows color (decimal): -223785 or 14128636. OLE color: 14128636.

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

Color convert

RGB252149215-
CMYK00.410.150.01
HSL321.55º94.5%78.63%-
HSV(B)321.55º40.87%98.82%-
XYZ63.1647.170.05-
YUV187.32143.62174.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 149 (58.59% from 255) = 24.19%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=40.91%
G=24.19%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214921500.410.150.01321.5594.578.63
HexFC95D7029F11425e4f
Octal374225327051171502136117
Binary11111100100101011101011101010011111110100001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95D7; }

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

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

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

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

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

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

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

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