#FED6BB

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

Shades of Peach Puff #FED6BB

Tints of Peach Puff #FED6BB

Color information

#FED6BB (or 0xFED6BB) is unknown color: approx Peach Puff. HEX triplet: FE, D6 and BB. RGB value is (254,214,187). Sum of RGB (Red+Green+Blue) = 254+214+187=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6BB is #012944. Grayscale: #DFDFDF. Windows color (decimal): -76101 or 12310270. OLE color: 12310270.

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

Color convert

RGB254214187-
CMYK00.160.260.00
HSL24.18º97.1%86.47%-
HSV(B)24.18º26.38%99.61%-
XYZ73.8972.7557.16-
YUV222.88107.75150.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=38.78%
G=32.67%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421418700.160.260.0024.1897.186.47
HexFED6BB0101A0186156
Octal37632627302032030141126
Binary1111111011010110101110110100001101001100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6BB; }

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

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

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

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

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

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

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

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