Html Css Color HEX #FDC7AA Peach

📋 copy color: '#FDC7AA'

red 253 ◦ green 199 ◦ blue 170

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

Shades of Peach #FDC7AA

Tints of Peach #FDC7AA

RGB

 RED value IS 253 (99.22% from 255) = 40.68%

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

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

R = 40.68%
G = 31.99%
B = 27.33%

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

#FDC7AA (or 0xFDC7AA) is known color: Peach. HEX triplet: FD, C7 and AA. RGB value is (253,199,170). Sum of RGB (Red+Green+Blue) = 253+199+170=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7AA is #023855. Grayscale: #D4D4D4. Windows color (decimal): -145494 or 11192317. OLE color: 11192317.

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

Color convert

RGB 253 199 170 -
CMYK 0 0.21 0.33 0.01
HSL 20.96º 0.95% 0.83% -
HSV(B) 20.96º 0.33% 0.99% -
XYZ 68.19 64.63 46.91 -
YUV 211.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 253 199 170 0 0.21 0.33 0.01 20.96 0.95 0.83
Hex FD C7 AA 0 15 21 1 15 5F 53
Octal 375 307 252 0 25 41 1 25 137 123
Binary 11111101 11000111 10101010 0 10101 100001 1 10101 1011111 1010011

Color Harmonies of #FDC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7AA

Black with #FDC7AA

Text Example


Text Example

White with #FDC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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