#F897D9

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

Shades of Lavender Rose #F897D9

Tints of Lavender Rose #F897D9

Color information

#F897D9 (or 0xF897D9) is unknown color: approx Lavender Rose. HEX triplet: F8, 97 and D9. RGB value is (248,151,217). Sum of RGB (Red+Green+Blue) = 248+151+217=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F897D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897D9 is #076826. Grayscale: #BBBBBB. Windows color (decimal): -485415 or 14260216. OLE color: 14260216.

HSL color Cylindrical-coordinate representation of color #F897D9: hue angle of 319.18º 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 #F897D9 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248151217-
CMYK00.390.120.03
HSL319.18º87.39%78.24%-
HSV(B)319.18º39.11%97.25%-
XYZ62.347.171.45-
YUV187.53144.64171.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 151 (59.38% from 255) = 24.51%
BLUE value IS 217 (85.16% from 255) = 35.23%
R=40.26%
G=24.51%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815121700.390.120.03319.1887.3978.24
HexF897D9027C313f574e
Octal370227331047143477127116
Binary111110001001011111011001010011111001110011111110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897D9; }

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

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

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

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

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

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

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

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