#F7DCBA

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

Shades of Pink Lady #F7DCBA

Tints of Pink Lady #F7DCBA

Color information

#F7DCBA (or 0xF7DCBA) is unknown color: approx Pink Lady. HEX triplet: F7, DC and BA. RGB value is (247,220,186). Sum of RGB (Red+Green+Blue) = 247+220+186=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCBA is #082345. Grayscale: #E0E0E0. Windows color (decimal): -533318 or 12246263. OLE color: 12246263.

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

Color convert

RGB247220186-
CMYK00.110.250.03
HSL33.44º79.22%84.9%-
HSV(B)33.44º24.7%96.86%-
XYZ72.8174.5157-
YUV224.2106.45144.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.83%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=37.83%
G=33.69%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722018600.110.250.0333.4479.2284.9
HexF7DCBA0B193214f55
Octal36733427201331341117125
Binary11110111110111001011101001011110011110000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCBA; }

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

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

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

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

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

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

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

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