#F6DDBA

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

Shades of Pink Lady #F6DDBA

Tints of Pink Lady #F6DDBA

Color information

#F6DDBA (or 0xF6DDBA) is unknown color: approx Pink Lady. HEX triplet: F6, DD and BA. RGB value is (246,221,186). Sum of RGB (Red+Green+Blue) = 246+221+186=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDBA is #092245. Grayscale: #E0E0E0. Windows color (decimal): -598598 or 12246518. OLE color: 12246518.

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

Color convert

RGB246221186-
CMYK00.100.240.04
HSL35º76.92%84.71%-
HSV(B)35º24.39%96.47%-
XYZ72.7374.8557.07-
YUV224.48106.28143.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=37.67%
G=33.84%
B=28.48%

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
Decimal24622118600.100.240.043576.9284.71
HexF6DDBA0A184234d55
Octal36633527201230443115125
Binary111101101101110110111010010101100010010001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDBA; }

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

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

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

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

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

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

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

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