#F7B0DC

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

Shades of Lavender Pink #F7B0DC

Tints of Lavender Pink #F7B0DC

Color information

#F7B0DC (or 0xF7B0DC) is unknown color: approx Lavender Pink. HEX triplet: F7, B0 and DC. RGB value is (247,176,220). Sum of RGB (Red+Green+Blue) = 247+176+220=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0DC is #084F23. Grayscale: #CACACA. Windows color (decimal): -544548 or 14463223. OLE color: 14463223.

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

Color convert

RGB247176220-
CMYK00.290.110.03
HSL322.82º81.61%82.94%-
HSV(B)322.82º28.74%96.86%-
XYZ66.855.9975-
YUV202.24138.02159.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=38.41%
G=27.37%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717622000.290.110.03322.8281.6182.94
HexF7B0DC01DB31435253
Octal367260334035133503122123
Binary11110111101100001101110001110110111110100001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B0DC; }

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

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

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

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

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

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

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

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