#FBCE9B

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

Shades of Peach-Orange #FBCE9B

Tints of Peach-Orange #FBCE9B

Color information

#FBCE9B (or 0xFBCE9B) is unknown color: approx Peach-Orange. HEX triplet: FB, CE and 9B. RGB value is (251,206,155). Sum of RGB (Red+Green+Blue) = 251+206+155=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCE9B is #043164. Grayscale: #D5D5D5. Windows color (decimal): -274789 or 10211067. OLE color: 10211067.

HSL color Cylindrical-coordinate representation of color #FBCE9B: hue angle of 31.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBCE9B is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB251206155-
CMYK00.180.380.02
HSL31.88º92.31%79.61%-
HSV(B)31.88º38.25%98.43%-
XYZ67.7767.0240.37-
YUV213.6494.91154.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 155 (60.94% from 255) = 25.33%
R=41.01%
G=33.66%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120615500.180.380.0231.8892.3179.61
HexFBCE9B012262205c50
Octal37331623302246240134120
Binary1111101111001110100110110100101001101010000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE9B; }

 p { color: rgb(251,206,155); }

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

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

 a { background-color: rgb(251,206,155); }

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

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

 span { border-color: rgb(251,206,155); }

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