#F7B7DC

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

Shades of Lavender Pink #F7B7DC

Tints of Lavender Pink #F7B7DC

Color information

#F7B7DC (or 0xF7B7DC) is unknown color: approx Lavender Pink. HEX triplet: F7, B7 and DC. RGB value is (247,183,220). Sum of RGB (Red+Green+Blue) = 247+183+220=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7DC is #084823. Grayscale: #CECECE. Windows color (decimal): -542756 or 14465015. OLE color: 14465015.

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

Color convert

RGB247183220-
CMYK00.260.110.03
HSL325.31º80%84.31%-
HSV(B)325.31º25.91%96.86%-
XYZ68.2158.8175.47-
YUV206.35135.7156.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 183 (71.88% from 255) = 28.15%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=38%
G=28.15%
B=33.85%

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
Decimal24718322000.260.110.03325.318084.31
HexF7B7DC01AB31455054
Octal367267334032133505120124
Binary11110111101101111101110001101010111110100010110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B7DC; }

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

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

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

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

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

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

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

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