#FBCBA0

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

Shades of Peach #FBCBA0

Tints of Peach #FBCBA0

Color information

#FBCBA0 (or 0xFBCBA0) is unknown color: approx Peach. HEX triplet: FB, CB and A0. RGB value is (251,203,160). Sum of RGB (Red+Green+Blue) = 251+203+160=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA0 is #04345F. Grayscale: #D4D4D4. Windows color (decimal): -275552 or 10537979. OLE color: 10537979.

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

Color convert

RGB251203160-
CMYK00.190.360.02
HSL28.35º91.92%80.59%-
HSV(B)28.35º36.25%98.43%-
XYZ67.4865.7642.39-
YUV212.4598.4155.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 160 (62.89% from 255) = 26.06%
R=40.88%
G=33.06%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120316000.190.360.0228.3591.9280.59
HexFBCBA00132421c5c51
Octal37331324002344234134121
Binary111110111100101110100000010011100100101110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBA0; }

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

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

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

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

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

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

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

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