#F6DAB3

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

Shades of Pink Lady #F6DAB3

Tints of Pink Lady #F6DAB3

Color information

#F6DAB3 (or 0xF6DAB3) is unknown color: approx Pink Lady. HEX triplet: F6, DA and B3. RGB value is (246,218,179). Sum of RGB (Red+Green+Blue) = 246+218+179=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAB3 is #09254C. Grayscale: #DEDEDE. Windows color (decimal): -599373 or 11786998. OLE color: 11786998.

HSL color Cylindrical-coordinate representation of color #F6DAB3: hue angle of 34.93º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6DAB3 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB246218179-
CMYK00.110.270.04
HSL34.93º78.82%83.33%-
HSV(B)34.93º27.24%96.47%-
XYZ71.2172.9952.98-
YUV221.93103.78145.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 179 (70.31% from 255) = 27.84%
R=38.26%
G=33.90%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621817900.110.270.0434.9378.8283.33
HexF6DAB30B1B4234f53
Octal36633226301333443117123
Binary111101101101101010110011010111101110010001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAB3; }

 p { color: rgb(246,218,179); }

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

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

 a { background-color: rgb(246,218,179); }

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

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

 span { border-color: rgb(246,218,179); }

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