#FBCAA9

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

Shades of Peach #FBCAA9

Tints of Peach #FBCAA9

Color information

#FBCAA9 (or 0xFBCAA9) is unknown color: approx Peach. HEX triplet: FB, CA and A9. RGB value is (251,202,169). Sum of RGB (Red+Green+Blue) = 251+202+169=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 169 (66.41% from 255 or 27.17% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAA9 is #043556. Grayscale: #D5D5D5. Windows color (decimal): -275799 or 11127547. OLE color: 11127547.

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

Color convert

RGB251202169-
CMYK00.200.330.02
HSL24.15º91.11%82.35%-
HSV(B)24.15º32.67%98.43%-
XYZ68.0765.6146.61-
YUV212.89103.23155.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 169 (66.41% from 255) = 27.17%
R=40.35%
G=32.48%
B=27.17%

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
Decimal25120216900.200.330.0224.1591.1182.35
HexFBCAA9014212185b52
Octal37331225102441230133122
Binary111110111100101010101001010100100001101100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAA9; }

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

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

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

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

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

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

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

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