#F8B0D5

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

Shades of Lavender Pink #F8B0D5

Tints of Lavender Pink #F8B0D5

Color information

#F8B0D5 (or 0xF8B0D5) is unknown color: approx Lavender Pink. HEX triplet: F8, B0 and D5. RGB value is (248,176,213). Sum of RGB (Red+Green+Blue) = 248+176+213=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0D5 is #074F2A. Grayscale: #C9C9C9. Windows color (decimal): -479019 or 14004472. OLE color: 14004472.

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

Color convert

RGB248176213-
CMYK00.290.140.03
HSL329.17º83.72%83.14%-
HSV(B)329.17º29.03%97.25%-
XYZ66.2555.8170.23-
YUV201.75134.35160.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 176 (69.14% from 255) = 27.63%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=38.93%
G=27.63%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817621300.290.140.03329.1783.7283.14
HexF8B0D501DE31495453
Octal370260325035163511124123
Binary11111000101100001101010101110111101110100100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0D5; }

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

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

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

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

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

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

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

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