#FED6B7

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

Shades of Peach Puff #FED6B7

Tints of Peach Puff #FED6B7

Color information

#FED6B7 (or 0xFED6B7) is unknown color: approx Peach Puff. HEX triplet: FE, D6 and B7. RGB value is (254,214,183). Sum of RGB (Red+Green+Blue) = 254+214+183=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 183 (71.88% from 255 or 28.11% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6B7 is #012948. Grayscale: #DEDEDE. Windows color (decimal): -76105 or 12048126. OLE color: 12048126.

HSL color Cylindrical-coordinate representation of color #FED6B7: hue angle of 26.2º 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 #FED6B7 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB254214183-
CMYK00.160.280.00
HSL26.2º97.26%85.69%-
HSV(B)26.2º27.95%99.61%-
XYZ73.4772.5854.94-
YUV222.43105.75150.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 183 (71.88% from 255) = 28.11%
R=39.02%
G=32.87%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421418300.160.280.0026.297.2685.69
HexFED6B70101C01a6156
Octal37632626702034032141126
Binary1111111011010110101101110100001110001101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6B7; }

 p { color: rgb(254,214,183); }

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

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

 a { background-color: rgb(254,214,183); }

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

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

 span { border-color: rgb(254,214,183); }

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