#FE97F2

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

Shades of Lavender Rose #FE97F2

Tints of Lavender Rose #FE97F2

Color information

#FE97F2 (or 0xFE97F2) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and F2. RGB value is (254,151,242). Sum of RGB (Red+Green+Blue) = 254+151+242=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE97F2 is #01680D. Grayscale: #BFBFBF. Windows color (decimal): -92174 or 15898622. OLE color: 15898622.

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

Color convert

RGB254151242-
CMYK00.410.050.00
HSL306.99º98.1%79.41%-
HSV(B)306.99º40.55%99.61%-
XYZ67.9749.6190-
YUV192.17156.12172.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 151 (59.38% from 255) = 23.34%
BLUE value IS 242 (94.92% from 255) = 37.40%
R=39.26%
G=23.34%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415124200.410.050.00306.9998.179.41
HexFE97F202950133624f
Octal37622736205150463142117
Binary1111111010010111111100100101001101010011001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97F2; }

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

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

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

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

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

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

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

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