#FBCEB5

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

Shades of Apricot #FBCEB5

Tints of Apricot #FBCEB5

Color information

#FBCEB5 (or 0xFBCEB5) is unknown color: approx Apricot. HEX triplet: FB, CE and B5. RGB value is (251,206,181). Sum of RGB (Red+Green+Blue) = 251+206+181=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEB5 is #04314A. Grayscale: #D8D8D8. Windows color (decimal): -274763 or 11915003. OLE color: 11915003.

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

Color convert

RGB251206181-
CMYK00.180.280.02
HSL21.43º89.74%84.71%-
HSV(B)21.43º27.89%98.43%-
XYZ70.267.9953.14-
YUV216.6107.91152.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 181 (71.09% from 255) = 28.37%
R=39.34%
G=32.29%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120618100.180.280.0221.4389.7484.71
HexFBCEB50121C2155a55
Octal37331626502234225132125
Binary11111011110011101011010101001011100101010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEB5; }

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

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

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

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

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

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

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

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