#F8B2D9

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

Shades of Lavender Pink #F8B2D9

Tints of Lavender Pink #F8B2D9

Color information

#F8B2D9 (or 0xF8B2D9) is unknown color: approx Lavender Pink. HEX triplet: F8, B2 and D9. RGB value is (248,178,217). Sum of RGB (Red+Green+Blue) = 248+178+217=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2D9 is #074D26. Grayscale: #CBCBCB. Windows color (decimal): -478503 or 14267128. OLE color: 14267128.

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

Color convert

RGB248178217-
CMYK00.280.120.03
HSL326.57º83.33%83.53%-
HSV(B)326.57º28.23%97.25%-
XYZ67.1656.8173.07-
YUV203.38135.69159.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 178 (69.92% from 255) = 27.68%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=38.57%
G=27.68%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817821700.280.120.03326.5783.3383.53
HexF8B2D901CC31475354
Octal370262331034143507123124
Binary11111000101100101101100101110011001110100011110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B2D9; }

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

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

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

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

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

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

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

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