Html Css Color HEX #F4D4AE Pink Lady

📋 copy color: '#F4D4AE'

red 244 ◦ green 212 ◦ blue 174

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

Shades of Pink Lady #F4D4AE

Tints of Pink Lady #F4D4AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.62%

R = 38.73%
G = 33.65%
B = 27.62%

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

#F4D4AE (or 0xF4D4AE) is known color: Pink Lady. HEX triplet: F4, D4 and AE. RGB value is (244,212,174). Sum of RGB (Red+Green+Blue) = 244+212+174=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D4AE is #0B2B51. Grayscale: #D9D9D9. Windows color (decimal): -731986 or 11457780. OLE color: 11457780.

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

Color convert

RGB 244 212 174 -
CMYK 0 0.13 0.29 0.04
HSL 32.57º 0.76% 0.82% -
HSV(B) 32.57º 0.29% 0.96% -
XYZ 68.49 69.38 49.83 -
YUV 217.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 244 212 174 0 0.13 0.29 0.04 32.57 0.76 0.82
Hex F4 D4 AE 0 D 1D 4 21 4C 52
Octal 364 324 256 0 15 35 4 41 114 122
Binary 11110100 11010100 10101110 0 1101 11101 100 100001 1001100 1010010

Color Harmonies of #F4D4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D4AE

Black with #F4D4AE

Text Example


Text Example

White with #F4D4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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