#FE98DB

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

Shades of Lavender Rose #FE98DB

Tints of Lavender Rose #FE98DB

Color information

#FE98DB (or 0xFE98DB) is unknown color: approx Lavender Rose. HEX triplet: FE, 98 and DB. RGB value is (254,152,219). Sum of RGB (Red+Green+Blue) = 254+152+219=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98DB is #016724. Grayscale: #BDBDBD. Windows color (decimal): -91941 or 14391550. OLE color: 14391550.

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

Color convert

RGB254152219-
CMYK00.400.140.00
HSL320.59º98.08%79.61%-
HSV(B)320.59º40.16%99.61%-
XYZ64.8948.6472.99-
YUV190.14144.29173.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 152 (59.77% from 255) = 24.32%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=40.64%
G=24.32%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415221900.400.140.00320.5998.0879.61
HexFE98DB028E01416250
Octal376230333050160501142120
Binary11111110100110001101101101010001110010100000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98DB; }

 p { color: rgb(254,152,219); }

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

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

 a { background-color: rgb(254,152,219); }

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

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

 span { border-color: rgb(254,152,219); }

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