#FEDBBB

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

Shades of Peach Puff #FEDBBB

Tints of Peach Puff #FEDBBB

Color information

#FEDBBB (or 0xFEDBBB) is unknown color: approx Peach Puff. HEX triplet: FE, DB and BB. RGB value is (254,219,187). Sum of RGB (Red+Green+Blue) = 254+219+187=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBBB is #012444. Grayscale: #E1E1E1. Windows color (decimal): -74821 or 12311550. OLE color: 12311550.

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

Color convert

RGB254219187-
CMYK00.140.260.00
HSL28.66º97.1%86.47%-
HSV(B)28.66º26.38%99.61%-
XYZ75.1775.3257.59-
YUV225.82106.1148.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=38.48%
G=33.18%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421918700.140.260.0028.6697.186.47
HexFEDBBB0E1A01d6156
Octal37633327301632035141126
Binary111111101101101110111011011101101001110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBBB; }

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

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

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

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

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

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

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

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