#FBCAA0

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

Shades of Peach #FBCAA0

Tints of Peach #FBCAA0

Color information

#FBCAA0 (or 0xFBCAA0) is unknown color: approx Peach. HEX triplet: FB, CA and A0. RGB value is (251,202,160). Sum of RGB (Red+Green+Blue) = 251+202+160=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAA0 is #04355F. Grayscale: #D4D4D4. Windows color (decimal): -275808 or 10537723. OLE color: 10537723.

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

Color convert

RGB251202160-
CMYK00.200.360.02
HSL27.69º91.92%80.59%-
HSV(B)27.69º36.25%98.43%-
XYZ67.2565.2942.32-
YUV211.8698.73155.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=40.95%
G=32.95%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120216000.200.360.0227.6991.9280.59
HexFBCAA00142421c5c51
Octal37331224002444234134121
Binary111110111100101010100000010100100100101110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAA0; }

 p { color: rgb(251,202,160); }

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

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

 a { background-color: rgb(251,202,160); }

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

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

 span { border-color: rgb(251,202,160); }

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