#FBC6B0

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

Shades of Apricot #FBC6B0

Tints of Apricot #FBC6B0

Color information

#FBC6B0 (or 0xFBC6B0) is unknown color: approx Apricot. HEX triplet: FB, C6 and B0. RGB value is (251,198,176). Sum of RGB (Red+Green+Blue) = 251+198+176=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6B0 is #04394F. Grayscale: #D3D3D3. Windows color (decimal): -276816 or 11585275. OLE color: 11585275.

HSL color Cylindrical-coordinate representation of color #FBC6B0: hue angle of 17.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBC6B0 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251198176-
CMYK00.210.300.02
HSL17.6º90.36%83.73%-
HSV(B)17.6º29.88%98.43%-
XYZ67.8164.0349.86-
YUV211.34108.06156.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 176 (69.14% from 255) = 28.16%
R=40.16%
G=31.68%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119817600.210.300.0217.690.3683.73
HexFBC6B00151E2125a54
Octal37330626002536222132124
Binary11111011110001101011000001010111110101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6B0; }

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

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

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

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

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

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

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

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