#F7B6DC

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

Shades of Lavender Pink #F7B6DC

Tints of Lavender Pink #F7B6DC

Color information

#F7B6DC (or 0xF7B6DC) is unknown color: approx Lavender Pink. HEX triplet: F7, B6 and DC. RGB value is (247,182,220). Sum of RGB (Red+Green+Blue) = 247+182+220=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B6DC is #084923. Grayscale: #CDCDCD. Windows color (decimal): -543012 or 14464759. OLE color: 14464759.

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

Color convert

RGB247182220-
CMYK00.260.110.03
HSL324.92º80.25%84.12%-
HSV(B)324.92º26.32%96.86%-
XYZ6858.475.4-
YUV205.77136.03157.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.06%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=38.06%
G=28.04%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718222000.260.110.03324.9280.2584.12
HexF7B6DC01AB31455054
Octal367266334032133505120124
Binary11110111101101101101110001101010111110100010110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B6DC; }

 p { color: rgb(247,182,220); }

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

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

 a { background-color: rgb(247,182,220); }

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

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

 span { border-color: rgb(247,182,220); }

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