Html Css Color HEX #FCC7AA Peach

📋 copy color: '#FCC7AA'

red 252 ◦ green 199 ◦ blue 170

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

Shades of Peach #FCC7AA

Tints of Peach #FCC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.05%

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

R = 40.58%
G = 32.05%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCC7AA (or 0xFCC7AA) is known color: Peach. HEX triplet: FC, C7 and AA. RGB value is (252,199,170). Sum of RGB (Red+Green+Blue) = 252+199+170=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AA is #033855. Grayscale: #D3D3D3. Windows color (decimal): -211030 or 11192316. OLE color: 11192316.

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

Color convert

RGB 252 199 170 -
CMYK 0 0.21 0.33 0.01
HSL 21.22º 0.93% 0.83% -
HSV(B) 21.22º 0.33% 0.99% -
XYZ 67.82 64.44 46.89 -
YUV 211.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 252 199 170 0 0.21 0.33 0.01 21.22 0.93 0.83
Hex FC C7 AA 0 15 21 1 15 5D 53
Octal 374 307 252 0 25 41 1 25 135 123
Binary 11111100 11000111 10101010 0 10101 100001 1 10101 1011101 1010011

Color Harmonies of #FCC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7AA

Black with #FCC7AA

Text Example


Text Example

White with #FCC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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