Html Css Color HEX #F6DCB9 Pink Lady

📋 copy color: '#F6DCB9'

red 246 ◦ green 220 ◦ blue 185

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

Shades of Pink Lady #F6DCB9

Tints of Pink Lady #F6DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.79%

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

R = 37.79%
G = 33.79%
B = 28.42%

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

#F6DCB9 (or 0xF6DCB9) is known color: Pink Lady. HEX triplet: F6, DC and B9. RGB value is (246,220,185). Sum of RGB (Red+Green+Blue) = 246+220+185=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 185 (72.66% from 255 or 28.42% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCB9 is #092346. Grayscale: #DFDFDF. Windows color (decimal): -598855 or 12180726. OLE color: 12180726.

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

Color convert

RGB 246 220 185 -
CMYK 0 0.11 0.25 0.04
HSL 34.43º 0.77% 0.85% -
HSV(B) 34.43º 0.25% 0.96% -
XYZ 72.36 74.28 56.42 -
YUV 223.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 246 220 185 0 0.11 0.25 0.04 34.43 0.77 0.85
Hex F6 DC B9 0 B 19 4 22 4D 55
Octal 366 334 271 0 13 31 4 42 115 125
Binary 11110110 11011100 10111001 0 1011 11001 100 100010 1001101 1010101

Color Harmonies of #F6DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCB9

Black with #F6DCB9

Text Example


Text Example

White with #F6DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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