#FBCBA7

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

Shades of Peach #FBCBA7

Tints of Peach #FBCBA7

Color information

#FBCBA7 (or 0xFBCBA7) is unknown color: approx Peach. HEX triplet: FB, CB and A7. RGB value is (251,203,167). Sum of RGB (Red+Green+Blue) = 251+203+167=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 167 (65.62% from 255 or 26.89% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA7 is #043458. Grayscale: #D5D5D5. Windows color (decimal): -275545 or 10996731. OLE color: 10996731.

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

Color convert

RGB251203167-
CMYK00.190.330.02
HSL25.71º91.3%81.96%-
HSV(B)25.71º33.47%98.43%-
XYZ68.1166.0145.71-
YUV213.25101.9154.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 167 (65.62% from 255) = 26.89%
R=40.42%
G=32.69%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120316700.190.330.0225.7191.381.96
HexFBCBA70132121a5b52
Octal37331324702341232133122
Binary111110111100101110100111010011100001101101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBA7; }

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

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

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

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

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

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

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

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