#FBDFAC

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

Shades of Peach-Yellow #FBDFAC

Tints of Peach-Yellow #FBDFAC

Color information

#FBDFAC (or 0xFBDFAC) is unknown color: approx Peach-Yellow. HEX triplet: FB, DF and AC. RGB value is (251,223,172). Sum of RGB (Red+Green+Blue) = 251+223+172=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFAC is #042053. Grayscale: #E1E1E1. Windows color (decimal): -270420 or 11329531. OLE color: 11329531.

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

Color convert

RGB251223172-
CMYK00.110.310.02
HSL38.73º90.8%82.94%-
HSV(B)38.73º31.47%98.43%-
XYZ73.6276.2649.87-
YUV225.5697.78146.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=38.85%
G=34.52%
B=26.63%

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
Decimal25122317200.110.310.0238.7390.882.94
HexFBDFAC0B1F2275b53
Octal37333725401337247133123
Binary11111011110111111010110001011111111010011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFAC; }

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

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

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

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

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

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

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

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