Html Css Color HEX #F9D4AD Pink Lady

📋 copy color: '#F9D4AD'

red 249 ◦ green 212 ◦ blue 173

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

Shades of Pink Lady #F9D4AD

Tints of Pink Lady #F9D4AD

RGB

 RED value IS 249 (97.66% from 255) = 39.27%

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

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

R = 39.27%
G = 33.44%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9D4AD (or 0xF9D4AD) is known color: Pink Lady. HEX triplet: F9, D4 and AD. RGB value is (249,212,173). Sum of RGB (Red+Green+Blue) = 249+212+173=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D4AD is #062B52. Grayscale: #DADADA. Windows color (decimal): -404307 or 11392249. OLE color: 11392249.

HSL color Cylindrical-coordinate representation of color #F9D4AD: hue angle of 30.79º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9D4AD is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 212 173 -
CMYK 0 0.15 0.31 0.02
HSL 30.79º 0.86% 0.83% -
HSV(B) 30.79º 0.31% 0.98% -
XYZ 70.15 70.24 49.4 -
YUV 218.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 249 212 173 0 0.15 0.31 0.02 30.79 0.86 0.83
Hex F9 D4 AD 0 F 1F 2 1F 56 53
Octal 371 324 255 0 17 37 2 37 126 123
Binary 11111001 11010100 10101101 0 1111 11111 10 11111 1010110 1010011

Color Harmonies of #F9D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D4AD

Black with #F9D4AD

Text Example


Text Example

White with #F9D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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