#FE97DB

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

Shades of Lavender Rose #FE97DB

Tints of Lavender Rose #FE97DB

Color information

#FE97DB (or 0xFE97DB) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and DB. RGB value is (254,151,219). Sum of RGB (Red+Green+Blue) = 254+151+219=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97DB is #016824. Grayscale: #BDBDBD. Windows color (decimal): -92197 or 14391294. OLE color: 14391294.

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

Color convert

RGB254151219-
CMYK00.410.140.00
HSL320.39º98.1%79.41%-
HSV(B)320.39º40.55%99.61%-
XYZ64.7348.3272.93-
YUV189.55144.62173.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=40.71%
G=24.20%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415121900.410.140.00320.3998.179.41
HexFE97DB029E0140624f
Octal376227333051160500142117
Binary11111110100101111101101101010011110010100000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97DB; }

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

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

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

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

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

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

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

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