#FF95DC

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

Shades of Lavender Rose #FF95DC

Tints of Lavender Rose #FF95DC

Color information

#FF95DC (or 0xFF95DC) is unknown color: approx Lavender Rose. HEX triplet: FF, 95 and DC. RGB value is (255,149,220). Sum of RGB (Red+Green+Blue) = 255+149+220=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95DC is #006A23. Grayscale: #BCBCBC. Windows color (decimal): -27172 or 14456319. OLE color: 14456319.

HSL color Cylindrical-coordinate representation of color #FF95DC: hue angle of 319.81º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95DC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255149220-
CMYK00.420.140
HSL319.81º100%79.22%-
HSV(B)319.81º41.57%100%-
XYZ64.9147.9273.54-
YUV188.79145.62175.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 149 (58.59% from 255) = 23.88%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=40.87%
G=23.88%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514922000.420.140319.8110079.22
HexFF95DC02AE0140644f
Octal377225334052160500144117
Binary11111111100101011101110001010101110010100000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95DC; }

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

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

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

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

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

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

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

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