#FBCE96

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

Shades of Peach-Orange #FBCE96

Tints of Peach-Orange #FBCE96

Color information

#FBCE96 (or 0xFBCE96) is unknown color: approx Peach-Orange. HEX triplet: FB, CE and 96. RGB value is (251,206,150). Sum of RGB (Red+Green+Blue) = 251+206+150=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCE96 is #043169. Grayscale: #D5D5D5. Windows color (decimal): -274794 or 9883387. OLE color: 9883387.

HSL color Cylindrical-coordinate representation of color #FBCE96: hue angle of 33.27º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBCE96 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251206150-
CMYK00.180.400.02
HSL33.27º92.66%78.63%-
HSV(B)33.27º40.24%98.43%-
XYZ67.3666.8538.21-
YUV213.0792.41155.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 150 (58.98% from 255) = 24.71%
R=41.35%
G=33.94%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120615000.180.400.0233.2792.6678.63
HexFBCE96012282215d4f
Octal37331622602250241135117
Binary1111101111001110100101100100101010001010000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE96; }

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

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

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

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

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

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

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

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