Html Css Color HEX #FCC9AA Peach

📋 copy color: '#FCC9AA'

red 252 ◦ green 201 ◦ blue 170

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

Shades of Peach #FCC9AA

Tints of Peach #FCC9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.26%

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

R = 40.45%
G = 32.26%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCC9AA (or 0xFCC9AA) is known color: Peach. HEX triplet: FC, C9 and AA. RGB value is (252,201,170). Sum of RGB (Red+Green+Blue) = 252+201+170=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9AA is #033655. Grayscale: #D4D4D4. Windows color (decimal): -210518 or 11192828. OLE color: 11192828.

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

Color convert

RGB 252 201 170 -
CMYK 0 0.20 0.33 0.01
HSL 22.68º 0.93% 0.83% -
HSV(B) 22.68º 0.33% 0.99% -
XYZ 68.29 65.37 47.05 -
YUV 212.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 252 201 170 0 0.20 0.33 0.01 22.68 0.93 0.83
Hex FC C9 AA 0 14 21 1 17 5D 53
Octal 374 311 252 0 24 41 1 27 135 123
Binary 11111100 11001001 10101010 0 10100 100001 1 10111 1011101 1010011

Color Harmonies of #FCC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9AA

Black with #FCC9AA

Text Example


Text Example

White with #FCC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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