Html Css Color HEX #F4DAAA Peach-Yellow

📋 copy color: '#F4DAAA'

red 244 ◦ green 218 ◦ blue 170

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

Shades of Peach-Yellow #F4DAAA

Tints of Peach-Yellow #F4DAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.49%

 BLUE value IS 170 (66.8% from 255) = 26.9%

R = 38.61%
G = 34.49%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4DAAA (or 0xF4DAAA) is known color: Peach-Yellow. HEX triplet: F4, DA and AA. RGB value is (244,218,170). Sum of RGB (Red+Green+Blue) = 244+218+170=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DAAA is #0B2555. Grayscale: #DCDCDC. Windows color (decimal): -730454 or 11197172. OLE color: 11197172.

HSL color Cylindrical-coordinate representation of color #F4DAAA: hue angle of 38.92º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4DAAA is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 218 170 -
CMYK 0 0.11 0.30 0.04
HSL 38.92º 0.77% 0.81% -
HSV(B) 38.92º 0.3% 0.96% -
XYZ 69.64 72.28 48.31 -
YUV 220.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 244 218 170 0 0.11 0.30 0.04 38.92 0.77 0.81
Hex F4 DA AA 0 B 1E 4 27 4D 51
Octal 364 332 252 0 13 36 4 47 115 121
Binary 11110100 11011010 10101010 0 1011 11110 100 100111 1001101 1010001

Color Harmonies of #F4DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DAAA

Black with #F4DAAA

Text Example


Text Example

White with #F4DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DAAA; }

 p { color: rgb(244,218,170); }

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

background-color css

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

 a { background-color: rgb(244,218,170); }

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

border-color css

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

 span { border-color: rgb(244,218,170); }

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