#FBDEAC

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

Shades of Peach-Yellow #FBDEAC

Tints of Peach-Yellow #FBDEAC

Color information

#FBDEAC (or 0xFBDEAC) is unknown color: approx Peach-Yellow. HEX triplet: FB, DE and AC. RGB value is (251,222,172). Sum of RGB (Red+Green+Blue) = 251+222+172=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEAC is #042153. Grayscale: #E1E1E1. Windows color (decimal): -270676 or 11329275. OLE color: 11329275.

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

Color convert

RGB251222172-
CMYK00.120.310.02
HSL37.97º90.8%82.94%-
HSV(B)37.97º31.47%98.43%-
XYZ73.3575.7349.78-
YUV224.9798.11146.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=38.91%
G=34.42%
B=26.67%

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
Decimal25122217200.120.310.0237.9790.882.94
HexFBDEAC0C1F2265b53
Octal37333625401437246133123
Binary11111011110111101010110001100111111010011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEAC; }

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

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

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

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

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

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

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

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