#F8B0D6

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

Shades of Lavender Pink #F8B0D6

Tints of Lavender Pink #F8B0D6

Color information

#F8B0D6 (or 0xF8B0D6) is unknown color: approx Lavender Pink. HEX triplet: F8, B0 and D6. RGB value is (248,176,214). Sum of RGB (Red+Green+Blue) = 248+176+214=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0D6 is #074F29. Grayscale: #C9C9C9. Windows color (decimal): -479018 or 14070008. OLE color: 14070008.

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

Color convert

RGB248176214-
CMYK00.290.140.03
HSL328.33º83.72%83.14%-
HSV(B)328.33º29.03%97.25%-
XYZ66.3755.8670.9-
YUV201.86134.85160.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 214 (83.98% from 255) = 33.54%
R=38.87%
G=27.59%
B=33.54%

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
Decimal24817621400.290.140.03328.3383.7283.14
HexF8B0D601DE31485453
Octal370260326035163510124123
Binary11111000101100001101011001110111101110100100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0D6; }

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

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

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

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

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

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

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

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