#FBC8A9

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

Shades of Peach #FBC8A9

Tints of Peach #FBC8A9

Color information

#FBC8A9 (or 0xFBC8A9) is unknown color: approx Peach. HEX triplet: FB, C8 and A9. RGB value is (251,200,169). Sum of RGB (Red+Green+Blue) = 251+200+169=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8A9 is #043756. Grayscale: #D3D3D3. Windows color (decimal): -276311 or 11127035. OLE color: 11127035.

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

Color convert

RGB251200169-
CMYK00.200.330.02
HSL22.68º91.11%82.35%-
HSV(B)22.68º32.67%98.43%-
XYZ67.664.6846.46-
YUV211.71103.9156.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 169 (66.41% from 255) = 27.26%
R=40.48%
G=32.26%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120016900.200.330.0222.6891.1182.35
HexFBC8A9014212175b52
Octal37331025102441227133122
Binary111110111100100010101001010100100001101011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8A9; }

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

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

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

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

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

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

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

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