Html Css Color HEX #FDC8AA Peach

📋 copy color: '#FDC8AA'

red 253 ◦ green 200 ◦ blue 170

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

Shades of Peach #FDC8AA

Tints of Peach #FDC8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.1%

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

R = 40.61%
G = 32.1%
B = 27.29%

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

#FDC8AA (or 0xFDC8AA) is known color: Peach. HEX triplet: FD, C8 and AA. RGB value is (253,200,170). Sum of RGB (Red+Green+Blue) = 253+200+170=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8AA is #023755. Grayscale: #D4D4D4. Windows color (decimal): -145238 or 11192573. OLE color: 11192573.

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

Color convert

RGB 253 200 170 -
CMYK 0 0.21 0.33 0.01
HSL 21.69º 0.95% 0.83% -
HSV(B) 21.69º 0.33% 0.99% -
XYZ 68.42 65.09 46.99 -
YUV 212.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 253 200 170 0 0.21 0.33 0.01 21.69 0.95 0.83
Hex FD C8 AA 0 15 21 1 16 5F 53
Octal 375 310 252 0 25 41 1 26 137 123
Binary 11111101 11001000 10101010 0 10101 100001 1 10110 1011111 1010011

Color Harmonies of #FDC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8AA

Black with #FDC8AA

Text Example


Text Example

White with #FDC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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