#FBC7B1

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

Shades of Apricot #FBC7B1

Tints of Apricot #FBC7B1

Color information

#FBC7B1 (or 0xFBC7B1) is unknown color: approx Apricot. HEX triplet: FB, C7 and B1. RGB value is (251,199,177). Sum of RGB (Red+Green+Blue) = 251+199+177=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7B1 is #04384E. Grayscale: #D4D4D4. Windows color (decimal): -276559 or 11651067. OLE color: 11651067.

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

Color convert

RGB251199177-
CMYK00.210.290.02
HSL17.84º90.24%83.92%-
HSV(B)17.84º29.48%98.43%-
XYZ68.1464.5350.46-
YUV212.04108.23155.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 199 (78.12% from 255) = 31.74%
BLUE value IS 177 (69.53% from 255) = 28.23%
R=40.03%
G=31.74%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119917700.210.290.0217.8490.2483.92
HexFBC7B10151D2125a54
Octal37330726102535222132124
Binary11111011110001111011000101010111101101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7B1; }

 p { color: rgb(251,199,177); }

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

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

 a { background-color: rgb(251,199,177); }

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

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

 span { border-color: rgb(251,199,177); }

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