#FBDFAE

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

Shades of Peach-Yellow #FBDFAE

Tints of Peach-Yellow #FBDFAE

Color information

#FBDFAE (or 0xFBDFAE) is unknown color: approx Peach-Yellow. HEX triplet: FB, DF and AE. RGB value is (251,223,174). Sum of RGB (Red+Green+Blue) = 251+223+174=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFAE is #042051. Grayscale: #E2E2E2. Windows color (decimal): -270418 or 11460603. OLE color: 11460603.

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

Color convert

RGB251223174-
CMYK00.110.310.02
HSL38.18º90.59%83.33%-
HSV(B)38.18º30.68%98.43%-
XYZ73.8176.3450.89-
YUV225.7998.78145.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=38.73%
G=34.41%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122317400.110.310.0238.1890.5983.33
HexFBDFAE0B1F2265b53
Octal37333725601337246133123
Binary11111011110111111010111001011111111010011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFAE; }

 p { color: rgb(251,223,174); }

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

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

 a { background-color: rgb(251,223,174); }

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

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

 span { border-color: rgb(251,223,174); }

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