Html Css Color HEX #FED8BA Peach Puff

📋 copy color: '#FED8BA'

red 254 ◦ green 216 ◦ blue 186

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

Shades of Peach Puff #FED8BA

Tints of Peach Puff #FED8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.93%

 BLUE value IS 186 (73.05% from 255) = 28.35%

R = 38.72%
G = 32.93%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FED8BA (or 0xFED8BA) is known color: Peach Puff. HEX triplet: FE, D8 and BA. RGB value is (254,216,186). Sum of RGB (Red+Green+Blue) = 254+216+186=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8BA is #012745. Grayscale: #E0E0E0. Windows color (decimal): -75590 or 12245246. OLE color: 12245246.

HSL color Cylindrical-coordinate representation of color #FED8BA: hue angle of 26.47º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FED8BA is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 186 -
CMYK 0 0.15 0.27 0.00
HSL 26.47º 0.97% 0.86% -
HSV(B) 26.47º 0.27% 1% -
XYZ 74.29 73.73 56.77 -
YUV 223.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 254 216 186 0 0.15 0.27 0.00 26.47 0.97 0.86
Hex FE D8 BA 0 F 1B 0 1A 61 56
Octal 376 330 272 0 17 33 0 32 141 126
Binary 11111110 11011000 10111010 0 1111 11011 0 11010 1100001 1010110

Color Harmonies of #FED8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8BA

Black with #FED8BA

Text Example


Text Example

White with #FED8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8BA; }

 p { color: rgb(254,216,186); }

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

background-color css

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

 a { background-color: rgb(254,216,186); }

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

border-color css

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

 span { border-color: rgb(254,216,186); }

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