Html Css Color HEX #F6D6AD Pink Lady

📋 copy color: '#F6D6AD'

red 246 ◦ green 214 ◦ blue 173

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

Shades of Pink Lady #F6D6AD

Tints of Pink Lady #F6D6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.81%

 BLUE value IS 173 (67.97% from 255) = 27.33%

R = 38.86%
G = 33.81%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6D6AD (or 0xF6D6AD) is known color: Pink Lady. HEX triplet: F6, D6 and AD. RGB value is (246,214,173). Sum of RGB (Red+Green+Blue) = 246+214+173=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D6AD is #092952. Grayscale: #DBDBDB. Windows color (decimal): -600403 or 11392758. OLE color: 11392758.

HSL color Cylindrical-coordinate representation of color #F6D6AD: hue angle of 33.7º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6D6AD is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 214 173 -
CMYK 0 0.13 0.30 0.04
HSL 33.7º 0.8% 0.82% -
HSV(B) 33.7º 0.3% 0.96% -
XYZ 69.6 70.7 49.51 -
YUV 218.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 246 214 173 0 0.13 0.30 0.04 33.7 0.8 0.82
Hex F6 D6 AD 0 D 1E 4 22 50 52
Octal 366 326 255 0 15 36 4 42 120 122
Binary 11110110 11010110 10101101 0 1101 11110 100 100010 1010000 1010010

Color Harmonies of #F6D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D6AD

Black with #F6D6AD

Text Example


Text Example

White with #F6D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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