#FBCB9D

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

Shades of Peach-Orange #FBCB9D

Tints of Peach-Orange #FBCB9D

Color information

#FBCB9D (or 0xFBCB9D) is unknown color: approx Peach-Orange. HEX triplet: FB, CB and 9D. RGB value is (251,203,157). Sum of RGB (Red+Green+Blue) = 251+203+157=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB9D is #043462. Grayscale: #D4D4D4. Windows color (decimal): -275555 or 10341371. OLE color: 10341371.

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

Color convert

RGB251203157-
CMYK00.190.370.02
HSL29.36º92.16%80%-
HSV(B)29.36º37.45%98.43%-
XYZ67.2365.6641.03-
YUV212.1196.9155.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 157 (61.72% from 255) = 25.70%
R=41.08%
G=33.22%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120315700.190.370.0229.3692.1680
HexFBCB9D0132521d5c50
Octal37331323502345235134120
Binary111110111100101110011101010011100101101110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB9D; }

 p { color: rgb(251,203,157); }

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

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

 a { background-color: rgb(251,203,157); }

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

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

 span { border-color: rgb(251,203,157); }

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