#FBC4AA

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

Shades of Peach #FBC4AA

Tints of Peach #FBC4AA

Color information

#FBC4AA (or 0xFBC4AA) is unknown color: approx Peach. HEX triplet: FB, C4 and AA. RGB value is (251,196,170). Sum of RGB (Red+Green+Blue) = 251+196+170=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC4AA is #043B55. Grayscale: #D1D1D1. Windows color (decimal): -277334 or 11191547. OLE color: 11191547.

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

Color convert

RGB251196170-
CMYK00.220.320.02
HSL19.26º91.01%82.55%-
HSV(B)19.26º32.27%98.43%-
XYZ66.7862.8946.65-
YUV209.48105.72157.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=40.68%
G=31.77%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119617000.220.320.0219.2691.0182.55
HexFBC4AA016202135b53
Octal37330425202640223133123
Binary111110111100010010101010010110100000101001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4AA; }

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

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

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

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

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

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

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

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