#F6DCBA

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

Shades of Pink Lady #F6DCBA

Tints of Pink Lady #F6DCBA

Color information

#F6DCBA (or 0xF6DCBA) is unknown color: approx Pink Lady. HEX triplet: F6, DC and BA. RGB value is (246,220,186). Sum of RGB (Red+Green+Blue) = 246+220+186=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCBA is #092345. Grayscale: #E0E0E0. Windows color (decimal): -598854 or 12246262. OLE color: 12246262.

HSL color Cylindrical-coordinate representation of color #F6DCBA: hue angle of 34º degrees, saturation: 0.77, 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 #F6DCBA is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246220186-
CMYK00.110.240.04
HSL34º76.92%84.71%-
HSV(B)34º24.39%96.47%-
XYZ72.4674.3256.98-
YUV223.9106.61143.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 186 (73.05% from 255) = 28.53%
R=37.73%
G=33.74%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622018600.110.240.043476.9284.71
HexF6DCBA0B184224d55
Octal36633427201330442115125
Binary111101101101110010111010010111100010010001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCBA; }

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

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

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

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

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

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

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

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