#FBDCAB

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

Shades of Peach-Yellow #FBDCAB

Tints of Peach-Yellow #FBDCAB

Color information

#FBDCAB (or 0xFBDCAB) is unknown color: approx Peach-Yellow. HEX triplet: FB, DC and AB. RGB value is (251,220,171). Sum of RGB (Red+Green+Blue) = 251+220+171=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDCAB is #042354. Grayscale: #DFDFDF. Windows color (decimal): -271189 or 11263227. OLE color: 11263227.

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

Color convert

RGB251220171-
CMYK00.120.320.02
HSL36.75º90.91%82.75%-
HSV(B)36.75º31.87%98.43%-
XYZ72.7374.6449.1-
YUV223.6898.27147.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 171 (67.19% from 255) = 26.64%
R=39.10%
G=34.27%
B=26.64%

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
Decimal25122017100.120.320.0236.7590.9182.75
HexFBDCAB0C202255b53
Octal37333425301440245133123
Binary111110111101110010101011011001000001010010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCAB; }

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

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

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

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

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

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

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

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