#FED7B8

Color #FED7B8 Peach Puff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach Puff #FED7B8

Tints of Peach Puff #FED7B8

Color information

#FED7B8 (or 0xFED7B8) is unknown color: approx Peach Puff. HEX triplet: FE, D7 and B8. RGB value is (254,215,184). Sum of RGB (Red+Green+Blue) = 254+215+184=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 184 (72.27% from 255 or 28.18% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7B8 is #012847. Grayscale: #DFDFDF. Windows color (decimal): -75848 or 12113918. OLE color: 12113918.

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

Color convert

RGB254215184-
CMYK00.150.280.00
HSL26.57º97.22%85.88%-
HSV(B)26.57º27.56%99.61%-
XYZ73.8373.1355.57-
YUV223.13105.92150.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 184 (72.27% from 255) = 28.18%
R=38.90%
G=32.92%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421518400.150.280.0026.5797.2285.88
HexFED7B80F1C01b6156
Octal37632727001734033141126
Binary111111101101011110111000011111110001101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7B8; }

 p { color: rgb(254,215,184); }

 H1.HeaderClassName
 {
   color: #FED7B8;
 }
 .AnyTagClassName
 {
   color: #FED7B8;
 }
</style>
background-color css

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

 a { background-color: rgb(254,215,184); }

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

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

 span { border-color: rgb(254,215,184); }

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