#F896E0

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

Shades of Lavender Rose #F896E0

Tints of Lavender Rose #F896E0

Color information

#F896E0 (or 0xF896E0) is unknown color: approx Lavender Rose. HEX triplet: F8, 96 and E0. RGB value is (248,150,224). Sum of RGB (Red+Green+Blue) = 248+150+224=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F896E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896E0 is #07691F. Grayscale: #BBBBBB. Windows color (decimal): -485664 or 14718712. OLE color: 14718712.

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

Color convert

RGB248150224-
CMYK00.400.100.03
HSL314.69º87.5%78.04%-
HSV(B)314.69º39.52%97.25%-
XYZ63.0747.1576.3-
YUV187.74148.47170.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 150 (58.98% from 255) = 24.12%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=39.87%
G=24.12%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815022400.400.100.03314.6987.578.04
HexF896E0028A313b584e
Octal370226340050123473130116
Binary111110001001011011100000010100010101110011101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896E0; }

 p { color: rgb(248,150,224); }

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

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

 a { background-color: rgb(248,150,224); }

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

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

 span { border-color: rgb(248,150,224); }

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