Html Css Color HEX #F6D4AD Pink Lady

📋 copy color: '#F6D4AD'

red 246 ◦ green 212 ◦ blue 173

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

Shades of Pink Lady #F6D4AD

Tints of Pink Lady #F6D4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.6%

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

R = 38.99%
G = 33.6%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6D4AD (or 0xF6D4AD) is known color: Pink Lady. HEX triplet: F6, D4 and AD. RGB value is (246,212,173). Sum of RGB (Red+Green+Blue) = 246+212+173=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D4AD is #092B52. Grayscale: #D9D9D9. Windows color (decimal): -600915 or 11392246. OLE color: 11392246.

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

Color convert

RGB 246 212 173 -
CMYK 0 0.14 0.30 0.04
HSL 32.05º 0.8% 0.82% -
HSV(B) 32.05º 0.3% 0.96% -
XYZ 69.09 69.7 49.35 -
YUV 217.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 246 212 173 0 0.14 0.30 0.04 32.05 0.8 0.82
Hex F6 D4 AD 0 E 1E 4 20 50 52
Octal 366 324 255 0 16 36 4 40 120 122
Binary 11110110 11010100 10101101 0 1110 11110 100 100000 1010000 1010010

Color Harmonies of #F6D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D4AD

Black with #F6D4AD

Text Example


Text Example

White with #F6D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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