#FBCCAA

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

Shades of Peach #FBCCAA

Tints of Peach #FBCCAA

Color information

#FBCCAA (or 0xFBCCAA) is unknown color: approx Peach. HEX triplet: FB, CC and AA. RGB value is (251,204,170). Sum of RGB (Red+Green+Blue) = 251+204+170=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCCAA is #043355. Grayscale: #D6D6D6. Windows color (decimal): -275286 or 11193595. OLE color: 11193595.

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

Color convert

RGB251204170-
CMYK00.190.320.02
HSL25.19º91.01%82.55%-
HSV(B)25.19º32.27%98.43%-
XYZ68.6366.647.27-
YUV214.18103.07154.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 170 (66.80% from 255) = 27.2%
R=40.16%
G=32.64%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120417000.190.320.0225.1991.0182.55
HexFBCCAA013202195b53
Octal37331425202340231133123
Binary111110111100110010101010010011100000101100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCAA; }

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

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

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

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

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

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

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

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