#FE97F1

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

Shades of Lavender Rose #FE97F1

Tints of Lavender Rose #FE97F1

Color information

#FE97F1 (or 0xFE97F1) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and F1. RGB value is (254,151,241). Sum of RGB (Red+Green+Blue) = 254+151+241=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 151 (59.38% from 255 or 23.37% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE97F1 is #01680E. Grayscale: #BFBFBF. Windows color (decimal): -92175 or 15833086. OLE color: 15833086.

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

Color convert

RGB254151241-
CMYK00.410.050.00
HSL307.57º98.1%79.41%-
HSV(B)307.57º40.55%99.61%-
XYZ67.8249.5589.21-
YUV192.06155.62172.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 151 (59.38% from 255) = 23.37%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=39.32%
G=23.37%
B=37.31%

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
Decimal25415124100.410.050.00307.5798.179.41
HexFE97F102950134624f
Octal37622736105150464142117
Binary1111111010010111111100010101001101010011010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97F1; }

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

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

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

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

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

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

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

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