#FBCCA6

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

Shades of Peach #FBCCA6

Tints of Peach #FBCCA6

Color information

#FBCCA6 (or 0xFBCCA6) is unknown color: approx Peach. HEX triplet: FB, CC and A6. RGB value is (251,204,166). Sum of RGB (Red+Green+Blue) = 251+204+166=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCCA6 is #043359. Grayscale: #D5D5D5. Windows color (decimal): -275290 or 10931451. OLE color: 10931451.

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

Color convert

RGB251204166-
CMYK00.190.340.02
HSL26.82º91.4%81.76%-
HSV(B)26.82º33.86%98.43%-
XYZ68.2666.4545.3-
YUV213.72101.07154.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 166 (65.23% from 255) = 26.73%
R=40.42%
G=32.85%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120416600.190.340.0226.8291.481.76
HexFBCCA60132221b5b52
Octal37331424602342233133122
Binary111110111100110010100110010011100010101101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCA6; }

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

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

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

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

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

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

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

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