#FBDEA9

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

Shades of Peach-Yellow #FBDEA9

Tints of Peach-Yellow #FBDEA9

Color information

#FBDEA9 (or 0xFBDEA9) is unknown color: approx Peach-Yellow. HEX triplet: FB, DE and A9. RGB value is (251,222,169). Sum of RGB (Red+Green+Blue) = 251+222+169=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 169 (66.41% from 255 or 26.32% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEA9 is #042156. Grayscale: #E0E0E0. Windows color (decimal): -270679 or 11132667. OLE color: 11132667.

HSL color Cylindrical-coordinate representation of color #FBDEA9: hue angle of 38.78º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBDEA9 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB251222169-
CMYK00.120.330.02
HSL38.78º91.11%82.35%-
HSV(B)38.78º32.67%98.43%-
XYZ73.0775.6248.28-
YUV224.6396.61146.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 169 (66.41% from 255) = 26.32%
R=39.10%
G=34.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122216900.120.330.0238.7891.1182.35
HexFBDEA90C212275b52
Octal37333625101441247133122
Binary111110111101111010101001011001000011010011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEA9; }

 p { color: rgb(251,222,169); }

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

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

 a { background-color: rgb(251,222,169); }

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

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

 span { border-color: rgb(251,222,169); }

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