Html Css Color HEX #F6DAB9 Pink Lady

📋 copy color: '#F6DAB9'

red 246 ◦ green 218 ◦ blue 185

#F6DAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lady #F6DAB9

Tints of Pink Lady #F6DAB9

RGB

 RED value IS 246 (96.48% from 255) = 37.9%

 GREEN value IS 218 (85.55% from 255) = 33.59%

 BLUE value IS 185 (72.66% from 255) = 28.51%

R = 37.9%
G = 33.59%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6DAB9 (or 0xF6DAB9) is known color: Pink Lady. HEX triplet: F6, DA and B9. RGB value is (246,218,185). Sum of RGB (Red+Green+Blue) = 246+218+185=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAB9 is #092546. Grayscale: #DEDEDE. Windows color (decimal): -599367 or 12180214. OLE color: 12180214.

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

Color convert

RGB 246 218 185 -
CMYK 0 0.11 0.25 0.04
HSL 32.46º 0.77% 0.85% -
HSV(B) 32.46º 0.25% 0.96% -
XYZ 71.83 73.24 56.25 -
YUV 222.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 246 218 185 0 0.11 0.25 0.04 32.46 0.77 0.85
Hex F6 DA B9 0 B 19 4 20 4D 55
Octal 366 332 271 0 13 31 4 40 115 125
Binary 11110110 11011010 10111001 0 1011 11001 100 100000 1001101 1010101

Color Harmonies of #F6DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DAB9

Black with #F6DAB9

Text Example


Text Example

White with #F6DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DAB9; }

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

 H1.HeaderClassName
 {
   color: #F6DAB9;
 }
 .AnyTagClassName
 {
   color: #F6DAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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