#FE97D6

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

Shades of Lavender Rose #FE97D6

Tints of Lavender Rose #FE97D6

Color information

#FE97D6 (or 0xFE97D6) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and D6. RGB value is (254,151,214). Sum of RGB (Red+Green+Blue) = 254+151+214=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97D6 is #016829. Grayscale: #BCBCBC. Windows color (decimal): -92202 or 14063614. OLE color: 14063614.

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

Color convert

RGB254151214-
CMYK00.410.160.00
HSL323.3º98.1%79.41%-
HSV(B)323.3º40.55%99.61%-
XYZ64.0848.0669.52-
YUV188.98142.12174.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=41.03%
G=24.39%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415121400.410.160.00323.398.179.41
HexFE97D6029100143624f
Octal376227326051200503142117
Binary111111101001011111010110010100110000010100001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97D6; }

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

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

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

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

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

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

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

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