#FE96DC

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

Shades of Lavender Rose #FE96DC

Tints of Lavender Rose #FE96DC

Color information

#FE96DC (or 0xFE96DC) is unknown color: approx Lavender Rose. HEX triplet: FE, 96 and DC. RGB value is (254,150,220). Sum of RGB (Red+Green+Blue) = 254+150+220=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DC is #016923. Grayscale: #BCBCBC. Windows color (decimal): -92452 or 14456574. OLE color: 14456574.

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

Color convert

RGB254150220-
CMYK00.410.130.00
HSL319.62º98.11%79.22%-
HSV(B)319.62º40.94%99.61%-
XYZ64.748.0573.57-
YUV189.08145.46174.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 150 (58.98% from 255) = 24.04%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=40.71%
G=24.04%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415022000.410.130.00319.6298.1179.22
HexFE96DC029D0140624f
Octal376226334051150500142117
Binary11111110100101101101110001010011101010100000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96DC; }

 p { color: rgb(254,150,220); }

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

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

 a { background-color: rgb(254,150,220); }

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

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

 span { border-color: rgb(254,150,220); }

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