#F897D4

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

Shades of Lavender Rose #F897D4

Tints of Lavender Rose #F897D4

Color information

#F897D4 (or 0xF897D4) is unknown color: approx Lavender Rose. HEX triplet: F8, 97 and D4. RGB value is (248,151,212). Sum of RGB (Red+Green+Blue) = 248+151+212=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F897D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897D4 is #07682B. Grayscale: #BABABA. Windows color (decimal): -485420 or 13932536. OLE color: 13932536.

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

Color convert

RGB248151212-
CMYK00.390.150.03
HSL322.27º87.39%78.24%-
HSV(B)322.27º39.11%97.25%-
XYZ61.6646.8468.08-
YUV186.96142.14171.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=40.59%
G=24.71%
B=34.70%

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
Decimal24815121200.390.150.03322.2787.3978.24
HexF897D4027F3142574e
Octal370227324047173502127116
Binary111110001001011111010100010011111111110100001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897D4; }

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

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

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

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

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

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

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

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