Html Css Color HEX #F4D4AD Pink Lady

📋 copy color: '#F4D4AD'

red 244 ◦ green 212 ◦ blue 173

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

Shades of Pink Lady #F4D4AD

Tints of Pink Lady #F4D4AD

RGB

 RED value IS 244 (95.7% from 255) = 38.79%

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

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

R = 38.79%
G = 33.7%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F4D4AD (or 0xF4D4AD) is known color: Pink Lady. HEX triplet: F4, D4 and AD. RGB value is (244,212,173). Sum of RGB (Red+Green+Blue) = 244+212+173=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D4AD is #0B2B52. Grayscale: #D9D9D9. Windows color (decimal): -731987 or 11392244. OLE color: 11392244.

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

Color convert

RGB 244 212 173 -
CMYK 0 0.13 0.29 0.04
HSL 32.96º 0.76% 0.82% -
HSV(B) 32.96º 0.29% 0.96% -
XYZ 68.39 69.34 49.31 -
YUV 217.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 244 212 173 0 0.13 0.29 0.04 32.96 0.76 0.82
Hex F4 D4 AD 0 D 1D 4 21 4C 52
Octal 364 324 255 0 15 35 4 41 114 122
Binary 11110100 11010100 10101101 0 1101 11101 100 100001 1001100 1010010

Color Harmonies of #F4D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D4AD

Black with #F4D4AD

Text Example


Text Example

White with #F4D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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