#FED6B6

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

Shades of Peach Puff #FED6B6

Tints of Peach Puff #FED6B6

Color information

#FED6B6 (or 0xFED6B6) is unknown color: approx Peach Puff. HEX triplet: FE, D6 and B6. RGB value is (254,214,182). Sum of RGB (Red+Green+Blue) = 254+214+182=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 182 (71.48% from 255 or 28% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6B6 is #012949. Grayscale: #DEDEDE. Windows color (decimal): -76106 or 11982590. OLE color: 11982590.

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

Color convert

RGB254214182-
CMYK00.160.280.00
HSL26.67º97.3%85.49%-
HSV(B)26.67º28.35%99.61%-
XYZ73.3672.5454.39-
YUV222.31105.25150.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 182 (71.48% from 255) = 28%
R=39.08%
G=32.92%
B=28%

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
Decimal25421418200.160.280.0026.6797.385.49
HexFED6B60101C01b6155
Octal37632626602034033141125
Binary1111111011010110101101100100001110001101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6B6; }

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

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

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

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

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

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

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

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