#FE97DC

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

Shades of Lavender Rose #FE97DC

Tints of Lavender Rose #FE97DC

Color information

#FE97DC (or 0xFE97DC) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and DC. RGB value is (254,151,220). Sum of RGB (Red+Green+Blue) = 254+151+220=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97DC is #016823. Grayscale: #BDBDBD. Windows color (decimal): -92196 or 14456830. OLE color: 14456830.

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

Color convert

RGB254151220-
CMYK00.410.130.00
HSL319.81º98.1%79.41%-
HSV(B)319.81º40.55%99.61%-
XYZ64.8648.3773.63-
YUV189.66145.12173.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 151 (59.38% from 255) = 24.16%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=40.64%
G=24.16%
B=35.2%

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
Decimal25415122000.410.130.00319.8198.179.41
HexFE97DC029D0140624f
Octal376227334051150500142117
Binary11111110100101111101110001010011101010100000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97DC; }

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

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

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

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

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

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

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

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