#FE99DE

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

Shades of Lavender Rose #FE99DE

Tints of Lavender Rose #FE99DE

Color information

#FE99DE (or 0xFE99DE) is unknown color: approx Lavender Rose. HEX triplet: FE, 99 and DE. RGB value is (254,153,222). Sum of RGB (Red+Green+Blue) = 254+153+222=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99DE is #016621. Grayscale: #BEBEBE. Windows color (decimal): -91682 or 14588414. OLE color: 14588414.

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

Color convert

RGB254153222-
CMYK00.400.130.00
HSL319.01º98.06%79.8%-
HSV(B)319.01º39.76%99.61%-
XYZ65.4549.1375.14-
YUV191.06145.46172.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 153 (60.16% from 255) = 24.32%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=40.38%
G=24.32%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415322200.400.130.00319.0198.0679.8
HexFE99DE028D013f6250
Octal376231336050150477142120
Binary11111110100110011101111001010001101010011111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99DE; }

 p { color: rgb(254,153,222); }

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

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

 a { background-color: rgb(254,153,222); }

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

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

 span { border-color: rgb(254,153,222); }

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