#F6D6BA

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

Shades of Pink Lady #F6D6BA

Tints of Pink Lady #F6D6BA

Color information

#F6D6BA (or 0xF6D6BA) is unknown color: approx Pink Lady. HEX triplet: F6, D6 and BA. RGB value is (246,214,186). Sum of RGB (Red+Green+Blue) = 246+214+186=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6BA is #092945. Grayscale: #DCDCDC. Windows color (decimal): -600390 or 12244726. OLE color: 12244726.

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

Color convert

RGB246214186-
CMYK00.130.240.04
HSL28º76.92%84.71%-
HSV(B)28º24.39%96.47%-
XYZ70.9271.2356.47-
YUV220.38108.6146.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 214 (83.98% from 255) = 33.13%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=38.08%
G=33.13%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621418600.130.240.042876.9284.71
HexF6D6BA0D1841c4d55
Octal36632627201530434115125
Binary11110110110101101011101001101110001001110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6BA; }

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

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

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

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

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

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

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

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