Html Css Color HEX #FCD0A9 Peach

📋 copy color: '#FCD0A9'

red 252 ◦ green 208 ◦ blue 169

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

Shades of Peach #FCD0A9

Tints of Peach #FCD0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.87%

R = 40.06%
G = 33.07%
B = 26.87%

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

#FCD0A9 (or 0xFCD0A9) is known color: Peach. HEX triplet: FC, D0 and A9. RGB value is (252,208,169). Sum of RGB (Red+Green+Blue) = 252+208+169=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0A9 is #032F56. Grayscale: #D8D8D8. Windows color (decimal): -208727 or 11129084. OLE color: 11129084.

HSL color Cylindrical-coordinate representation of color #FCD0A9: hue angle of 28.19º 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 #FCD0A9 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 169 -
CMYK 0 0.17 0.33 0.01
HSL 28.19º 0.93% 0.83% -
HSV(B) 28.19º 0.33% 0.99% -
XYZ 69.86 68.67 47.11 -
YUV 216.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 252 208 169 0 0.17 0.33 0.01 28.19 0.93 0.83
Hex FC D0 A9 0 11 21 1 1C 5D 53
Octal 374 320 251 0 21 41 1 34 135 123
Binary 11111100 11010000 10101001 0 10001 100001 1 11100 1011101 1010011

Color Harmonies of #FCD0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0A9

Black with #FCD0A9

Text Example


Text Example

White with #FCD0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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