#FBC9AA

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

Shades of Peach #FBC9AA

Tints of Peach #FBC9AA

Color information

#FBC9AA (or 0xFBC9AA) is unknown color: approx Peach. HEX triplet: FB, C9 and AA. RGB value is (251,201,170). Sum of RGB (Red+Green+Blue) = 251+201+170=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9AA is #043655. Grayscale: #D4D4D4. Windows color (decimal): -276054 or 11192827. OLE color: 11192827.

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

Color convert

RGB251201170-
CMYK00.200.320.02
HSL22.96º91.01%82.55%-
HSV(B)22.96º32.27%98.43%-
XYZ67.9365.1847.03-
YUV212.42104.07155.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=40.35%
G=32.32%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120117000.200.320.0222.9691.0182.55
HexFBC9AA014202175b53
Octal37331125202440227133123
Binary111110111100100110101010010100100000101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9AA; }

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

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

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

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

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

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

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

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