#F8B0D1

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

Shades of Lavender Pink #F8B0D1

Tints of Lavender Pink #F8B0D1

Color information

#F8B0D1 (or 0xF8B0D1) is unknown color: approx Lavender Pink. HEX triplet: F8, B0 and D1. RGB value is (248,176,209). Sum of RGB (Red+Green+Blue) = 248+176+209=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0D1 is #074F2E. Grayscale: #C9C9C9. Windows color (decimal): -479023 or 13742328. OLE color: 13742328.

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

Color convert

RGB248176209-
CMYK00.290.160.03
HSL332.5º83.72%83.14%-
HSV(B)332.5º29.03%97.25%-
XYZ65.7555.6167.59-
YUV201.29132.35161.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.18%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=39.18%
G=27.80%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817620900.290.160.03332.583.7283.14
HexF8B0D101D10314c5453
Octal370260321035203514124123
Binary111110001011000011010001011101100001110100110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0D1; }

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

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

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

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

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

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

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

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