#F7B4D9

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

Shades of Lavender Pink #F7B4D9

Tints of Lavender Pink #F7B4D9

Color information

#F7B4D9 (or 0xF7B4D9) is unknown color: approx Lavender Pink. HEX triplet: F7, B4 and D9. RGB value is (247,180,217). Sum of RGB (Red+Green+Blue) = 247+180+217=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4D9 is #084B26. Grayscale: #CCCCCC. Windows color (decimal): -543527 or 14267639. OLE color: 14267639.

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

Color convert

RGB247180217-
CMYK00.270.120.03
HSL326.87º80.72%83.73%-
HSV(B)326.87º27.13%96.86%-
XYZ67.257.4373.19-
YUV204.25135.2158.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 180 (70.70% from 255) = 27.95%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=38.35%
G=27.95%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718021700.270.120.03326.8780.7283.73
HexF7B4D901BC31475154
Octal367264331033143507121124
Binary11110111101101001101100101101111001110100011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B4D9; }

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

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

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

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

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

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

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

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