#F8B6DB

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

Shades of Lavender Pink #F8B6DB

Tints of Lavender Pink #F8B6DB

Color information

#F8B6DB (or 0xF8B6DB) is unknown color: approx Lavender Pink. HEX triplet: F8, B6 and DB. RGB value is (248,182,219). Sum of RGB (Red+Green+Blue) = 248+182+219=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6DB is #074924. Grayscale: #CDCDCD. Windows color (decimal): -477477 or 14399224. OLE color: 14399224.

HSL color Cylindrical-coordinate representation of color #F8B6DB: hue angle of 326.36º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6DB is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248182219-
CMYK00.270.120.03
HSL326.36º82.5%84.31%-
HSV(B)326.36º26.61%97.25%-
XYZ68.2358.5374.72-
YUV205.95135.37157.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=38.21%
G=28.04%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818221900.270.120.03326.3682.584.31
HexF8B6DB01BC31465254
Octal370266333033143506122124
Binary11111000101101101101101101101111001110100011010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B6DB; }

 p { color: rgb(248,182,219); }

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

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

 a { background-color: rgb(248,182,219); }

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

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

 span { border-color: rgb(248,182,219); }

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