#FEDCBB

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

Shades of Peach Puff #FEDCBB

Tints of Peach Puff #FEDCBB

Color information

#FEDCBB (or 0xFEDCBB) is unknown color: approx Peach Puff. HEX triplet: FE, DC and BB. RGB value is (254,220,187). Sum of RGB (Red+Green+Blue) = 254+220+187=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCBB is #012344. Grayscale: #E2E2E2. Windows color (decimal): -74565 or 12311806. OLE color: 12311806.

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

Color convert

RGB254220187-
CMYK00.130.260.00
HSL29.55º97.1%86.47%-
HSV(B)29.55º26.38%99.61%-
XYZ75.4475.8557.68-
YUV226.4105.76147.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 187 (73.44% from 255) = 28.29%
R=38.43%
G=33.28%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422018700.130.260.0029.5597.186.47
HexFEDCBB0D1A01e6156
Octal37633427301532036141126
Binary111111101101110010111011011011101001111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCBB; }

 p { color: rgb(254,220,187); }

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

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

 a { background-color: rgb(254,220,187); }

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

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

 span { border-color: rgb(254,220,187); }

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