#F8B6D9

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

Shades of Lavender Pink #F8B6D9

Tints of Lavender Pink #F8B6D9

Color information

#F8B6D9 (or 0xF8B6D9) is unknown color: approx Lavender Pink. HEX triplet: F8, B6 and D9. RGB value is (248,182,217). Sum of RGB (Red+Green+Blue) = 248+182+217=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6D9 is #074926. Grayscale: #CDCDCD. Windows color (decimal): -477479 or 14268152. OLE color: 14268152.

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

Color convert

RGB248182217-
CMYK00.270.120.03
HSL328.18º82.5%84.31%-
HSV(B)328.18º26.61%97.25%-
XYZ67.9658.4273.34-
YUV205.72134.37158.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 182 (71.48% from 255) = 28.13%
BLUE value IS 217 (85.16% from 255) = 33.54%
R=38.33%
G=28.13%
B=33.54%

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
Decimal24818221700.270.120.03328.1882.584.31
HexF8B6D901BC31485254
Octal370266331033143510122124
Binary11111000101101101101100101101111001110100100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B6D9; }

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

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

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

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

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

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

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

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