#FBC9B4

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

Shades of Apricot #FBC9B4

Tints of Apricot #FBC9B4

Color information

#FBC9B4 (or 0xFBC9B4) is unknown color: approx Apricot. HEX triplet: FB, C9 and B4. RGB value is (251,201,180). Sum of RGB (Red+Green+Blue) = 251+201+180=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9B4 is #04364B. Grayscale: #D5D5D5. Windows color (decimal): -276044 or 11848187. OLE color: 11848187.

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

Color convert

RGB251201180-
CMYK00.200.280.02
HSL17.75º89.87%84.51%-
HSV(B)17.75º28.29%98.43%-
XYZ68.9165.5852.21-
YUV213.56109.07154.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 180 (70.70% from 255) = 28.48%
R=39.72%
G=31.80%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120118000.200.280.0217.7589.8784.51
HexFBC9B40141C2125a55
Octal37331126402434222132125
Binary11111011110010011011010001010011100101001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9B4; }

 p { color: rgb(251,201,180); }

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

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

 a { background-color: rgb(251,201,180); }

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

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

 span { border-color: rgb(251,201,180); }

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