#FED7B5

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

Shades of Peach Puff #FED7B5

Tints of Peach Puff #FED7B5

Color information

#FED7B5 (or 0xFED7B5) is unknown color: approx Peach Puff. HEX triplet: FE, D7 and B5. RGB value is (254,215,181). Sum of RGB (Red+Green+Blue) = 254+215+181=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 181 (71.09% from 255 or 27.85% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7B5 is #01284A. Grayscale: #DEDEDE. Windows color (decimal): -75851 or 11917310. OLE color: 11917310.

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

Color convert

RGB254215181-
CMYK00.150.290.00
HSL27.95º97.33%85.29%-
HSV(B)27.95º28.74%99.61%-
XYZ73.5173.0153.93-
YUV222.79104.42150.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 181 (71.09% from 255) = 27.85%
R=39.08%
G=33.08%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421518100.150.290.0027.9597.3385.29
HexFED7B50F1D01c6155
Octal37632726501735034141125
Binary111111101101011110110101011111110101110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7B5; }

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

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

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

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

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

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

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

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