#FE97DE

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

Shades of Lavender Rose #FE97DE

Tints of Lavender Rose #FE97DE

Color information

#FE97DE (or 0xFE97DE) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and DE. RGB value is (254,151,222). Sum of RGB (Red+Green+Blue) = 254+151+222=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 151 (59.38% from 255 or 24.08% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97DE is #016821. Grayscale: #BDBDBD. Windows color (decimal): -92194 or 14587902. OLE color: 14587902.

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

Color convert

RGB254151222-
CMYK00.410.130.00
HSL318.64º98.1%79.41%-
HSV(B)318.64º40.55%99.61%-
XYZ65.1248.4875.03-
YUV189.89146.12173.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 151 (59.38% from 255) = 24.08%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=40.51%
G=24.08%
B=35.41%

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
Decimal25415122200.410.130.00318.6498.179.41
HexFE97DE029D013f624f
Octal376227336051150477142117
Binary11111110100101111101111001010011101010011111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97DE; }

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

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

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

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

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

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

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

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