Html Css Color HEX #FCD0AA Peach

📋 copy color: '#FCD0AA'

red 252 ◦ green 208 ◦ blue 170

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

Shades of Peach #FCD0AA

Tints of Peach #FCD0AA

RGB

 RED value IS 252 (98.83% from 255) = 40%

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

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

R = 40%
G = 33.02%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCD0AA (or 0xFCD0AA) is known color: Peach. HEX triplet: FC, D0 and AA. RGB value is (252,208,170). Sum of RGB (Red+Green+Blue) = 252+208+170=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0AA is #032F55. Grayscale: #D9D9D9. Windows color (decimal): -208726 or 11194620. OLE color: 11194620.

HSL color Cylindrical-coordinate representation of color #FCD0AA: hue angle of 27.8º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCD0AA is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 170 -
CMYK 0 0.17 0.33 0.01
HSL 27.8º 0.93% 0.83% -
HSV(B) 27.8º 0.33% 0.99% -
XYZ 69.96 68.71 47.61 -
YUV 216.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 252 208 170 0 0.17 0.33 0.01 27.8 0.93 0.83
Hex FC D0 AA 0 11 21 1 1C 5D 53
Octal 374 320 252 0 21 41 1 34 135 123
Binary 11111100 11010000 10101010 0 10001 100001 1 11100 1011101 1010011

Color Harmonies of #FCD0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0AA

Black with #FCD0AA

Text Example


Text Example

White with #FCD0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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