#F897EA

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

Shades of Lavender Rose #F897EA

Tints of Lavender Rose #F897EA

Color information

#F897EA (or 0xF897EA) is unknown color: approx Lavender Rose. HEX triplet: F8, 97 and EA. RGB value is (248,151,234). Sum of RGB (Red+Green+Blue) = 248+151+234=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 151 (59.38% from 255 or 23.85% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F897EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F897EA is #076815. Grayscale: #BDBDBD. Windows color (decimal): -485398 or 15374328. OLE color: 15374328.

HSL color Cylindrical-coordinate representation of color #F897EA: hue angle of 308.66º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897EA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248151234-
CMYK00.390.060.03
HSL308.66º87.39%78.24%-
HSV(B)308.66º39.11%97.25%-
XYZ64.6348.0383.71-
YUV189.46153.14169.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.18%
GREEN value IS 151 (59.38% from 255) = 23.85%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=39.18%
G=23.85%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815123400.390.060.03308.6687.3978.24
HexF897EA02763135574e
Octal37022735204763465127116
Binary11111000100101111110101001001111101110011010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897EA; }

 p { color: rgb(248,151,234); }

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

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

 a { background-color: rgb(248,151,234); }

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

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

 span { border-color: rgb(248,151,234); }

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