Html Css Color HEX #FED0A8 Peach

📋 copy color: '#FED0A8'

red 254 ◦ green 208 ◦ blue 168

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

Shades of Peach #FED0A8

Tints of Peach #FED0A8

RGB

 RED value IS 254 (99.61% from 255) = 40.32%

 GREEN value IS 208 (81.64% from 255) = 33.02%

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

R = 40.32%
G = 33.02%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FED0A8 (or 0xFED0A8) is known color: Peach. HEX triplet: FE, D0 and A8. RGB value is (254,208,168). Sum of RGB (Red+Green+Blue) = 254+208+168=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0A8 is #012F57. Grayscale: #D9D9D9. Windows color (decimal): -77656 or 11063550. OLE color: 11063550.

HSL color Cylindrical-coordinate representation of color #FED0A8: hue angle of 27.91º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FED0A8 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 168 -
CMYK 0 0.18 0.34 0.00
HSL 27.91º 0.98% 0.83% -
HSV(B) 27.91º 0.34% 1% -
XYZ 70.5 69.01 46.65 -
YUV 217.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 254 208 168 0 0.18 0.34 0.00 27.91 0.98 0.83
Hex FE D0 A8 0 12 22 0 1C 62 53
Octal 376 320 250 0 22 42 0 34 142 123
Binary 11111110 11010000 10101000 0 10010 100010 0 11100 1100010 1010011

Color Harmonies of #FED0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0A8

Black with #FED0A8

Text Example


Text Example

White with #FED0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0A8; }

 p { color: rgb(254,208,168); }

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

background-color css

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

 a { background-color: rgb(254,208,168); }

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

border-color css

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

 span { border-color: rgb(254,208,168); }

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