#FBC9A9

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

Shades of Peach #FBC9A9

Tints of Peach #FBC9A9

Color information

#FBC9A9 (or 0xFBC9A9) is unknown color: approx Peach. HEX triplet: FB, C9 and A9. RGB value is (251,201,169). Sum of RGB (Red+Green+Blue) = 251+201+169=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9A9 is #043656. Grayscale: #D4D4D4. Windows color (decimal): -276055 or 11127291. OLE color: 11127291.

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

Color convert

RGB251201169-
CMYK00.200.330.02
HSL23.41º91.11%82.35%-
HSV(B)23.41º32.67%98.43%-
XYZ67.8365.1546.54-
YUV212.3103.57155.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 169 (66.41% from 255) = 27.21%
R=40.42%
G=32.37%
B=27.21%

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
Decimal25120116900.200.330.0223.4191.1182.35
HexFBC9A9014212175b52
Octal37331125102441227133122
Binary111110111100100110101001010100100001101011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9A9; }

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

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

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

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

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

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

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

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