#FBDEAA

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

Shades of Peach-Yellow #FBDEAA

Tints of Peach-Yellow #FBDEAA

Color information

#FBDEAA (or 0xFBDEAA) is unknown color: approx Peach-Yellow. HEX triplet: FB, DE and AA. RGB value is (251,222,170). Sum of RGB (Red+Green+Blue) = 251+222+170=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEAA is #042155. Grayscale: #E0E0E0. Windows color (decimal): -270678 or 11198203. OLE color: 11198203.

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

Color convert

RGB251222170-
CMYK00.120.320.02
HSL38.52º91.01%82.55%-
HSV(B)38.52º32.27%98.43%-
XYZ73.1675.6548.78-
YUV224.7497.11146.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=39.04%
G=34.53%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122217000.120.320.0238.5291.0182.55
HexFBDEAA0C202275b53
Octal37333625201440247133123
Binary111110111101111010101010011001000001010011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEAA; }

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

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

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

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

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

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

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

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