Html Css Color HEX #F6D9BA Pink Lady

📋 copy color: '#F6D9BA'

red 246 ◦ green 217 ◦ blue 186

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

Shades of Pink Lady #F6D9BA

Tints of Pink Lady #F6D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.44%

 BLUE value IS 186 (73.05% from 255) = 28.66%

R = 37.9%
G = 33.44%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6D9BA (or 0xF6D9BA) is known color: Pink Lady. HEX triplet: F6, D9 and BA. RGB value is (246,217,186). Sum of RGB (Red+Green+Blue) = 246+217+186=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9BA is #092645. Grayscale: #DEDEDE. Windows color (decimal): -599622 or 12245494. OLE color: 12245494.

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

Color convert

RGB 246 217 186 -
CMYK 0 0.12 0.24 0.04
HSL 31º 0.77% 0.85% -
HSV(B) 31º 0.24% 0.96% -
XYZ 71.68 72.76 56.72 -
YUV 222.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 246 217 186 0 0.12 0.24 0.04 31 0.77 0.85
Hex F6 D9 BA 0 C 18 4 1F 4D 55
Octal 366 331 272 0 14 30 4 37 115 125
Binary 11110110 11011001 10111010 0 1100 11000 100 11111 1001101 1010101

Color Harmonies of #F6D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9BA

Black with #F6D9BA

Text Example


Text Example

White with #F6D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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