Html Css Color HEX #F6D5AD Pink Lady

📋 copy color: '#F6D5AD'

red 246 ◦ green 213 ◦ blue 173

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

Shades of Pink Lady #F6D5AD

Tints of Pink Lady #F6D5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.7%

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

R = 38.92%
G = 33.7%
B = 27.37%

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

#F6D5AD (or 0xF6D5AD) is known color: Pink Lady. HEX triplet: F6, D5 and AD. RGB value is (246,213,173). Sum of RGB (Red+Green+Blue) = 246+213+173=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D5AD is #092A52. Grayscale: #DADADA. Windows color (decimal): -600659 or 11392502. OLE color: 11392502.

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

Color convert

RGB 246 213 173 -
CMYK 0 0.13 0.30 0.04
HSL 32.88º 0.8% 0.82% -
HSV(B) 32.88º 0.3% 0.96% -
XYZ 69.34 70.2 49.43 -
YUV 218.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 246 213 173 0 0.13 0.30 0.04 32.88 0.8 0.82
Hex F6 D5 AD 0 D 1E 4 21 50 52
Octal 366 325 255 0 15 36 4 41 120 122
Binary 11110110 11010101 10101101 0 1101 11110 100 100001 1010000 1010010

Color Harmonies of #F6D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D5AD

Black with #F6D5AD

Text Example


Text Example

White with #F6D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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