#F8B0D9

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

Shades of Lavender Pink #F8B0D9

Tints of Lavender Pink #F8B0D9

Color information

#F8B0D9 (or 0xF8B0D9) is unknown color: approx Lavender Pink. HEX triplet: F8, B0 and D9. RGB value is (248,176,217). Sum of RGB (Red+Green+Blue) = 248+176+217=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0D9 is #074F26. Grayscale: #CACACA. Windows color (decimal): -479015 or 14266616. OLE color: 14266616.

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

Color convert

RGB248176217-
CMYK00.290.120.03
HSL325.83º83.72%83.14%-
HSV(B)325.83º29.03%97.25%-
XYZ66.7656.0272.94-
YUV202.2136.35160.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 176 (69.14% from 255) = 27.46%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=38.69%
G=27.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817621700.290.120.03325.8383.7283.14
HexF8B0D901DC31465453
Octal370260331035143506124123
Binary11111000101100001101100101110111001110100011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0D9; }

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

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

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

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

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

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

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

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