Html Css Color HEX #FED3A9 Peach

📋 copy color: '#FED3A9'

red 254 ◦ green 211 ◦ blue 169

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

Shades of Peach #FED3A9

Tints of Peach #FED3A9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.28%

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

R = 40.06%
G = 33.28%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FED3A9 (or 0xFED3A9) is known color: Peach. HEX triplet: FE, D3 and A9. RGB value is (254,211,169). Sum of RGB (Red+Green+Blue) = 254+211+169=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3A9 is #012C56. Grayscale: #DBDBDB. Windows color (decimal): -76887 or 11129854. OLE color: 11129854.

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

Color convert

RGB 254 211 169 -
CMYK 0 0.17 0.33 0.00
HSL 29.65º 0.98% 0.83% -
HSV(B) 29.65º 0.33% 1% -
XYZ 71.33 70.52 47.39 -
YUV 219.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 254 211 169 0 0.17 0.33 0.00 29.65 0.98 0.83
Hex FE D3 A9 0 11 21 0 1E 62 53
Octal 376 323 251 0 21 41 0 36 142 123
Binary 11111110 11010011 10101001 0 10001 100001 0 11110 1100010 1010011

Color Harmonies of #FED3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3A9

Black with #FED3A9

Text Example


Text Example

White with #FED3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3A9; }

 p { color: rgb(254,211,169); }

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

background-color css

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

 a { background-color: rgb(254,211,169); }

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

border-color css

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

 span { border-color: rgb(254,211,169); }

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