#FBCBAA

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

Shades of Peach #FBCBAA

Tints of Peach #FBCBAA

Color information

#FBCBAA (or 0xFBCBAA) is unknown color: approx Peach. HEX triplet: FB, CB and AA. RGB value is (251,203,170). Sum of RGB (Red+Green+Blue) = 251+203+170=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBAA is #043455. Grayscale: #D5D5D5. Windows color (decimal): -275542 or 11193339. OLE color: 11193339.

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

Color convert

RGB251203170-
CMYK00.190.320.02
HSL24.44º91.01%82.55%-
HSV(B)24.44º32.27%98.43%-
XYZ68.466.1247.19-
YUV213.59103.4154.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 170 (66.80% from 255) = 27.24%
R=40.22%
G=32.53%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120317000.190.320.0224.4491.0182.55
HexFBCBAA013202185b53
Octal37331325202340230133123
Binary111110111100101110101010010011100000101100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBAA; }

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

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

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

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

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

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

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

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