Html Css Color HEX #FAD0AA Peach

📋 copy color: '#FAD0AA'

red 250 ◦ green 208 ◦ blue 170

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

Shades of Peach #FAD0AA

Tints of Peach #FAD0AA

RGB

 RED value IS 250 (98.05% from 255) = 39.81%

 GREEN value IS 208 (81.64% from 255) = 33.12%

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

R = 39.81%
G = 33.12%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAD0AA (or 0xFAD0AA) is known color: Peach. HEX triplet: FA, D0 and AA. RGB value is (250,208,170). Sum of RGB (Red+Green+Blue) = 250+208+170=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0AA is #052F55. Grayscale: #D8D8D8. Windows color (decimal): -339798 or 11194618. OLE color: 11194618.

HSL color Cylindrical-coordinate representation of color #FAD0AA: hue angle of 28.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAD0AA is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 170 -
CMYK 0 0.17 0.32 0.02
HSL 28.5º 0.89% 0.82% -
HSV(B) 28.5º 0.32% 0.98% -
XYZ 69.24 68.34 47.57 -
YUV 216.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 250 208 170 0 0.17 0.32 0.02 28.5 0.89 0.82
Hex FA D0 AA 0 11 20 2 1C 59 52
Octal 372 320 252 0 21 40 2 34 131 122
Binary 11111010 11010000 10101010 0 10001 100000 10 11100 1011001 1010010

Color Harmonies of #FAD0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0AA

Black with #FAD0AA

Text Example


Text Example

White with #FAD0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0AA; }

 p { color: rgb(250,208,170); }

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

background-color css

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

 a { background-color: rgb(250,208,170); }

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

border-color css

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

 span { border-color: rgb(250,208,170); }

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