Html Css Color HEX #FDC7A9 Peach

📋 copy color: '#FDC7A9'

red 253 ◦ green 199 ◦ blue 169

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

Shades of Peach #FDC7A9

Tints of Peach #FDC7A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.21%

R = 40.74%
G = 32.05%
B = 27.21%

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

#FDC7A9 (or 0xFDC7A9) is known color: Peach. HEX triplet: FD, C7 and A9. RGB value is (253,199,169). Sum of RGB (Red+Green+Blue) = 253+199+169=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7A9 is #023856. Grayscale: #D3D3D3. Windows color (decimal): -145495 or 11126781. OLE color: 11126781.

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

Color convert

RGB 253 199 169 -
CMYK 0 0.21 0.33 0.01
HSL 21.43º 0.95% 0.83% -
HSV(B) 21.43º 0.33% 0.99% -
XYZ 68.09 64.59 46.42 -
YUV 211.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 253 199 169 0 0.21 0.33 0.01 21.43 0.95 0.83
Hex FD C7 A9 0 15 21 1 15 5F 53
Octal 375 307 251 0 25 41 1 25 137 123
Binary 11111101 11000111 10101001 0 10101 100001 1 10101 1011111 1010011

Color Harmonies of #FDC7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7A9

Black with #FDC7A9

Text Example


Text Example

White with #FDC7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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