#FE99DF

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

Shades of Lavender Rose #FE99DF

Tints of Lavender Rose #FE99DF

Color information

#FE99DF (or 0xFE99DF) is unknown color: approx Lavender Rose. HEX triplet: FE, 99 and DF. RGB value is (254,153,223). Sum of RGB (Red+Green+Blue) = 254+153+223=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99DF is #016620. Grayscale: #BFBFBF. Windows color (decimal): -91681 or 14653950. OLE color: 14653950.

HSL color Cylindrical-coordinate representation of color #FE99DF: hue angle of 318.42º 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 #FE99DF is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254153223-
CMYK00.400.120.00
HSL318.42º98.06%79.8%-
HSV(B)318.42º39.76%99.61%-
XYZ65.5849.1875.85-
YUV191.18145.96172.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 153 (60.16% from 255) = 24.29%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=40.32%
G=24.29%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415322300.400.120.00318.4298.0679.8
HexFE99DF028C013e6250
Octal376231337050140476142120
Binary11111110100110011101111101010001100010011111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99DF; }

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

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

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

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

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

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

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

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