#F896DF

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

Shades of Lavender Rose #F896DF

Tints of Lavender Rose #F896DF

Color information

#F896DF (or 0xF896DF) is unknown color: approx Lavender Rose. HEX triplet: F8, 96 and DF. RGB value is (248,150,223). Sum of RGB (Red+Green+Blue) = 248+150+223=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F896DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896DF is #076920. Grayscale: #BBBBBB. Windows color (decimal): -485665 or 14653176. OLE color: 14653176.

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

Color convert

RGB248150223-
CMYK00.400.100.03
HSL315.31º87.5%78.04%-
HSV(B)315.31º39.52%97.25%-
XYZ62.9447.175.59-
YUV187.62147.97171.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 150 (58.98% from 255) = 24.15%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=39.94%
G=24.15%
B=35.91%

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
Decimal24815022300.400.100.03315.3187.578.04
HexF896DF028A313b584e
Octal370226337050123473130116
Binary111110001001011011011111010100010101110011101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896DF; }

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

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

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

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

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

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

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

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