Html Css Color HEX #FDC5A8 Peach

📋 copy color: '#FDC5A8'

red 253 ◦ green 197 ◦ blue 168

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

Shades of Peach #FDC5A8

Tints of Peach #FDC5A8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.88%

 BLUE value IS 168 (66.02% from 255) = 27.18%

R = 40.94%
G = 31.88%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDC5A8 (or 0xFDC5A8) is known color: Peach. HEX triplet: FD, C5 and A8. RGB value is (253,197,168). Sum of RGB (Red+Green+Blue) = 253+197+168=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5A8 is #023A57. Grayscale: #D2D2D2. Windows color (decimal): -146008 or 11060733. OLE color: 11060733.

HSL color Cylindrical-coordinate representation of color #FDC5A8: hue angle of 20.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC5A8 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 197 168 -
CMYK 0 0.22 0.34 0.01
HSL 20.47º 0.96% 0.83% -
HSV(B) 20.47º 0.34% 0.99% -
XYZ 67.54 63.64 45.77 -
YUV 210.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 253 197 168 0 0.22 0.34 0.01 20.47 0.96 0.83
Hex FD C5 A8 0 16 22 1 14 60 53
Octal 375 305 250 0 26 42 1 24 140 123
Binary 11111101 11000101 10101000 0 10110 100010 1 10100 1100000 1010011

Color Harmonies of #FDC5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5A8

Black with #FDC5A8

Text Example


Text Example

White with #FDC5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5A8; }

 p { color: rgb(253,197,168); }

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

background-color css

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

 a { background-color: rgb(253,197,168); }

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

border-color css

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

 span { border-color: rgb(253,197,168); }

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