#FBCBA1

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

Shades of Peach #FBCBA1

Tints of Peach #FBCBA1

Color information

#FBCBA1 (or 0xFBCBA1) is unknown color: approx Peach. HEX triplet: FB, CB and A1. RGB value is (251,203,161). Sum of RGB (Red+Green+Blue) = 251+203+161=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA1 is #04345E. Grayscale: #D4D4D4. Windows color (decimal): -275551 or 10603515. OLE color: 10603515.

HSL color Cylindrical-coordinate representation of color #FBCBA1: hue angle of 28º 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 #FBCBA1 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251203161-
CMYK00.190.360.02
HSL28º91.84%80.78%-
HSV(B)28º35.86%98.43%-
XYZ67.5765.7942.86-
YUV212.5698.9155.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 161 (63.28% from 255) = 26.18%
R=40.81%
G=33.01%
B=26.18%

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
Decimal25120316100.190.360.022891.8480.78
HexFBCBA10132421c5c51
Octal37331324102344234134121
Binary111110111100101110100001010011100100101110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBA1; }

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

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

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

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

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

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

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

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