#FBCEB4

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

Shades of Apricot #FBCEB4

Tints of Apricot #FBCEB4

Color information

#FBCEB4 (or 0xFBCEB4) is unknown color: approx Apricot. HEX triplet: FB, CE and B4. RGB value is (251,206,180). Sum of RGB (Red+Green+Blue) = 251+206+180=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEB4 is #04314B. Grayscale: #D8D8D8. Windows color (decimal): -274764 or 11849467. OLE color: 11849467.

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

Color convert

RGB251206180-
CMYK00.180.280.02
HSL21.97º89.87%84.51%-
HSV(B)21.97º28.29%98.43%-
XYZ70.0967.9552.6-
YUV216.49107.41152.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=39.40%
G=32.34%
B=28.26%

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
Decimal25120618000.180.280.0221.9789.8784.51
HexFBCEB40121C2165a55
Octal37331626402234226132125
Binary11111011110011101011010001001011100101011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEB4; }

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

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

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

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

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

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

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

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