#F4DCBA

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

Shades of Pink Lady #F4DCBA

Tints of Pink Lady #F4DCBA

Color information

#F4DCBA (or 0xF4DCBA) is unknown color: approx Pink Lady. HEX triplet: F4, DC and BA. RGB value is (244,220,186). Sum of RGB (Red+Green+Blue) = 244+220+186=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCBA is #0B2345. Grayscale: #DFDFDF. Windows color (decimal): -729926 or 12246260. OLE color: 12246260.

HSL color Cylindrical-coordinate representation of color #F4DCBA: hue angle of 35.17º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4DCBA is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244220186-
CMYK00.100.240.04
HSL35.17º72.5%84.31%-
HSV(B)35.17º23.77%95.69%-
XYZ71.7673.9656.95-
YUV223.3106.95142.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 186 (73.05% from 255) = 28.62%
R=37.54%
G=33.85%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422018600.100.240.0435.1772.584.31
HexF4DCBA0A184234854
Octal36433427201230443110124
Binary111101001101110010111010010101100010010001110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCBA; }

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

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

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

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

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

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

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

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