#FBC7A9

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

Shades of Peach #FBC7A9

Tints of Peach #FBC7A9

Color information

#FBC7A9 (or 0xFBC7A9) is unknown color: approx Peach. HEX triplet: FB, C7 and A9. RGB value is (251,199,169). Sum of RGB (Red+Green+Blue) = 251+199+169=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 169 (66.41% from 255 or 27.30% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7A9 is #043856. Grayscale: #D3D3D3. Windows color (decimal): -276567 or 11126779. OLE color: 11126779.

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

Color convert

RGB251199169-
CMYK00.210.330.02
HSL21.95º91.11%82.35%-
HSV(B)21.95º32.67%98.43%-
XYZ67.3764.2246.38-
YUV211.13104.23156.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 169 (66.41% from 255) = 27.30%
R=40.55%
G=32.15%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119916900.210.330.0221.9591.1182.35
HexFBC7A9015212165b52
Octal37330725102541226133122
Binary111110111100011110101001010101100001101011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7A9; }

 p { color: rgb(251,199,169); }

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

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

 a { background-color: rgb(251,199,169); }

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

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

 span { border-color: rgb(251,199,169); }

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