#F895D9

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

Shades of Lavender Rose #F895D9

Tints of Lavender Rose #F895D9

Color information

#F895D9 (or 0xF895D9) is unknown color: approx Lavender Rose. HEX triplet: F8, 95 and D9. RGB value is (248,149,217). Sum of RGB (Red+Green+Blue) = 248+149+217=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F895D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895D9 is #076A26. Grayscale: #BABABA. Windows color (decimal): -485927 or 14259704. OLE color: 14259704.

HSL color Cylindrical-coordinate representation of color #F895D9: hue angle of 318.79º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895D9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248149217-
CMYK00.400.120.03
HSL318.79º87.61%77.84%-
HSV(B)318.79º39.92%97.25%-
XYZ61.9846.4671.35-
YUV186.35145.3171.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 149 (58.59% from 255) = 24.27%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=40.39%
G=24.27%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814921700.400.120.03318.7987.6177.84
HexF895D9028C313f584e
Octal370225331050143477130116
Binary111110001001010111011001010100011001110011111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895D9; }

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

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

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

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

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

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

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

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