#F7B4D8

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

Shades of Lavender Pink #F7B4D8

Tints of Lavender Pink #F7B4D8

Color information

#F7B4D8 (or 0xF7B4D8) is unknown color: approx Lavender Pink. HEX triplet: F7, B4 and D8. RGB value is (247,180,216). Sum of RGB (Red+Green+Blue) = 247+180+216=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4D8 is #084B27. Grayscale: #CCCCCC. Windows color (decimal): -543528 or 14202103. OLE color: 14202103.

HSL color Cylindrical-coordinate representation of color #F7B4D8: hue angle of 327.76º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B4D8 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247180216-
CMYK00.270.130.03
HSL327.76º80.72%83.73%-
HSV(B)327.76º27.13%96.86%-
XYZ67.0757.3772.5-
YUV204.14134.7158.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 180 (70.70% from 255) = 27.99%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=38.41%
G=27.99%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718021600.270.130.03327.7680.7283.73
HexF7B4D801BD31485154
Octal367264330033153510121124
Binary11110111101101001101100001101111011110100100010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B4D8; }

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

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

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

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

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

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

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

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