#FBDDAD

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

Shades of Peach-Yellow #FBDDAD

Tints of Peach-Yellow #FBDDAD

Color information

#FBDDAD (or 0xFBDDAD) is unknown color: approx Peach-Yellow. HEX triplet: FB, DD and AD. RGB value is (251,221,173). Sum of RGB (Red+Green+Blue) = 251+221+173=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDAD is #042252. Grayscale: #E0E0E0. Windows color (decimal): -270931 or 11394555. OLE color: 11394555.

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

Color convert

RGB251221173-
CMYK00.120.310.02
HSL36.92º90.7%83.14%-
HSV(B)36.92º31.08%98.43%-
XYZ73.1875.2450.2-
YUV224.598.94146.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 173 (67.97% from 255) = 26.82%
R=38.91%
G=34.26%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122117300.120.310.0236.9290.783.14
HexFBDDAD0C1F2255b53
Octal37333525501437245133123
Binary11111011110111011010110101100111111010010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDAD; }

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

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

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

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

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

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

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

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