Html Css Color HEX #FDC7A8 Peach

📋 copy color: '#FDC7A8'

red 253 ◦ green 199 ◦ blue 168

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

Shades of Peach #FDC7A8

Tints of Peach #FDC7A8

RGB

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

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

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

R = 40.81%
G = 32.1%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDC7A8 (or 0xFDC7A8) is known color: Peach. HEX triplet: FD, C7 and A8. RGB value is (253,199,168). Sum of RGB (Red+Green+Blue) = 253+199+168=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7A8 is #023857. Grayscale: #D3D3D3. Windows color (decimal): -145496 or 11061245. OLE color: 11061245.

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

Color convert

RGB 253 199 168 -
CMYK 0 0.21 0.34 0.01
HSL 21.88º 0.96% 0.83% -
HSV(B) 21.88º 0.34% 0.99% -
XYZ 68 64.56 45.92 -
YUV 211.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 253 199 168 0 0.21 0.34 0.01 21.88 0.96 0.83
Hex FD C7 A8 0 15 22 1 16 60 53
Octal 375 307 250 0 25 42 1 26 140 123
Binary 11111101 11000111 10101000 0 10101 100010 1 10110 1100000 1010011

Color Harmonies of #FDC7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7A8

Black with #FDC7A8

Text Example


Text Example

White with #FDC7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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