#FBDDAB

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

Shades of Peach-Yellow #FBDDAB

Tints of Peach-Yellow #FBDDAB

Color information

#FBDDAB (or 0xFBDDAB) is unknown color: approx Peach-Yellow. HEX triplet: FB, DD and AB. RGB value is (251,221,171). Sum of RGB (Red+Green+Blue) = 251+221+171=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDAB is #042254. Grayscale: #E0E0E0. Windows color (decimal): -270933 or 11263483. OLE color: 11263483.

HSL color Cylindrical-coordinate representation of color #FBDDAB: hue angle of 37.5º 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 #FBDDAB is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB251221171-
CMYK00.120.320.02
HSL37.5º90.91%82.75%-
HSV(B)37.5º31.87%98.43%-
XYZ72.9975.1649.19-
YUV224.2797.94147.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=39.04%
G=34.37%
B=26.59%

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
Decimal25122117100.120.320.0237.590.9182.75
HexFBDDAB0C202265b53
Octal37333525301440246133123
Binary111110111101110110101011011001000001010011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDAB; }

 p { color: rgb(251,221,171); }

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

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

 a { background-color: rgb(251,221,171); }

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

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

 span { border-color: rgb(251,221,171); }

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