#F897D2

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

Shades of Lavender Rose #F897D2

Tints of Lavender Rose #F897D2

Color information

#F897D2 (or 0xF897D2) is unknown color: approx Lavender Rose. HEX triplet: F8, 97 and D2. RGB value is (248,151,210). Sum of RGB (Red+Green+Blue) = 248+151+210=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F897D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897D2 is #07682D. Grayscale: #BABABA. Windows color (decimal): -485422 or 13801464. OLE color: 13801464.

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

Color convert

RGB248151210-
CMYK00.390.150.03
HSL323.51º87.39%78.24%-
HSV(B)323.51º39.11%97.25%-
XYZ61.4146.7466.76-
YUV186.73141.14171.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 210 (82.42% from 255) = 34.48%
R=40.72%
G=24.79%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815121000.390.150.03323.5187.3978.24
HexF897D2027F3144574e
Octal370227322047173504127116
Binary111110001001011111010010010011111111110100010010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897D2; }

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

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

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

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

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

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

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

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