#FBC6A9

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

Shades of Peach #FBC6A9

Tints of Peach #FBC6A9

Color information

#FBC6A9 (or 0xFBC6A9) is unknown color: approx Peach. HEX triplet: FB, C6 and A9. RGB value is (251,198,169). Sum of RGB (Red+Green+Blue) = 251+198+169=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6A9 is #043956. Grayscale: #D2D2D2. Windows color (decimal): -276823 or 11126523. OLE color: 11126523.

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

Color convert

RGB251198169-
CMYK00.210.330.02
HSL21.22º91.11%82.35%-
HSV(B)21.22º32.67%98.43%-
XYZ67.1463.7646.3-
YUV210.54104.56156.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 169 (66.41% from 255) = 27.35%
R=40.61%
G=32.04%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119816900.210.330.0221.2291.1182.35
HexFBC6A9015212155b52
Octal37330625102541225133122
Binary111110111100011010101001010101100001101010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6A9; }

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

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

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

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

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

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

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

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