#F5DCBA

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

Shades of Pink Lady #F5DCBA

Tints of Pink Lady #F5DCBA

Color information

#F5DCBA (or 0xF5DCBA) is unknown color: approx Pink Lady. HEX triplet: F5, DC and BA. RGB value is (245,220,186). Sum of RGB (Red+Green+Blue) = 245+220+186=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCBA is #0A2345. Grayscale: #DFDFDF. Windows color (decimal): -664390 or 12246261. OLE color: 12246261.

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

Color convert

RGB245220186-
CMYK00.100.240.04
HSL34.58º74.68%84.51%-
HSV(B)34.58º24.08%96.08%-
XYZ72.1174.1456.96-
YUV223.6106.78143.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 186 (73.05% from 255) = 28.57%
R=37.63%
G=33.79%
B=28.57%

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
Decimal24522018600.100.240.0434.5874.6884.51
HexF5DCBA0A184234b55
Octal36533427201230443113125
Binary111101011101110010111010010101100010010001110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCBA; }

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

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

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

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

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

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

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

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