#FBCEB1

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

Shades of Apricot #FBCEB1

Tints of Apricot #FBCEB1

Color information

#FBCEB1 (or 0xFBCEB1) is unknown color: approx Apricot. HEX triplet: FB, CE and B1. RGB value is (251,206,177). Sum of RGB (Red+Green+Blue) = 251+206+177=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEB1 is #04314E. Grayscale: #D8D8D8. Windows color (decimal): -274767 or 11652859. OLE color: 11652859.

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

Color convert

RGB251206177-
CMYK00.180.290.02
HSL23.51º90.24%83.92%-
HSV(B)23.51º29.48%98.43%-
XYZ69.7967.8351.01-
YUV216.15105.91152.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 177 (69.53% from 255) = 27.92%
R=39.59%
G=32.49%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120617700.180.290.0223.5190.2483.92
HexFBCEB10121D2185a54
Octal37331626102235230132124
Binary11111011110011101011000101001011101101100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEB1; }

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

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

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

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

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

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

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

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