#F7B0D8

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

Shades of Lavender Pink #F7B0D8

Tints of Lavender Pink #F7B0D8

Color information

#F7B0D8 (or 0xF7B0D8) is unknown color: approx Lavender Pink. HEX triplet: F7, B0 and D8. RGB value is (247,176,216). Sum of RGB (Red+Green+Blue) = 247+176+216=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0D8 is #084F27. Grayscale: #C9C9C9. Windows color (decimal): -544552 or 14201079. OLE color: 14201079.

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

Color convert

RGB247176216-
CMYK00.290.130.03
HSL326.2º81.61%82.94%-
HSV(B)326.2º28.74%96.86%-
XYZ66.2855.7872.24-
YUV201.79136.02160.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.65%
GREEN value IS 176 (69.14% from 255) = 27.54%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=38.65%
G=27.54%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717621600.290.130.03326.281.6182.94
HexF7B0D801DD31465253
Octal367260330035153506122123
Binary11110111101100001101100001110111011110100011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B0D8; }

 p { color: rgb(247,176,216); }

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

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

 a { background-color: rgb(247,176,216); }

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

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

 span { border-color: rgb(247,176,216); }

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