#F8B0DA

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

Shades of Lavender Pink #F8B0DA

Tints of Lavender Pink #F8B0DA

Color information

#F8B0DA (or 0xF8B0DA) is unknown color: approx Lavender Pink. HEX triplet: F8, B0 and DA. RGB value is (248,176,218). Sum of RGB (Red+Green+Blue) = 248+176+218=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0DA is #074F25. Grayscale: #CACACA. Windows color (decimal): -479014 or 14332152. OLE color: 14332152.

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

Color convert

RGB248176218-
CMYK00.290.120.03
HSL325º83.72%83.14%-
HSV(B)325º29.03%97.25%-
XYZ66.8956.0773.63-
YUV202.32136.85160.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 176 (69.14% from 255) = 27.41%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=38.63%
G=27.41%
B=33.96%

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
Decimal24817621800.290.120.0332583.7283.14
HexF8B0DA01DC31455453
Octal370260332035143505124123
Binary11111000101100001101101001110111001110100010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0DA; }

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

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

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

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

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

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

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

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