#FBCE94

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

Shades of Peach-Orange #FBCE94

Tints of Peach-Orange #FBCE94

Color information

#FBCE94 (or 0xFBCE94) is unknown color: approx Peach-Orange. HEX triplet: FB, CE and 94. RGB value is (251,206,148). Sum of RGB (Red+Green+Blue) = 251+206+148=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCE94 is #04316B. Grayscale: #D5D5D5. Windows color (decimal): -274796 or 9752315. OLE color: 9752315.

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

Color convert

RGB251206148-
CMYK00.180.410.02
HSL33.79º92.79%78.24%-
HSV(B)33.79º41.04%98.43%-
XYZ67.266.7937.37-
YUV212.8491.41155.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 148 (58.20% from 255) = 24.46%
R=41.49%
G=34.05%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120614800.180.410.0233.7992.7978.24
HexFBCE94012292225d4e
Octal37331622402251242135116
Binary1111101111001110100101000100101010011010001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE94; }

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

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

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

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

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

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

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

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