#FBCEAD

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

Shades of Apricot #FBCEAD

Tints of Apricot #FBCEAD

Color information

#FBCEAD (or 0xFBCEAD) is unknown color: approx Apricot. HEX triplet: FB, CE and AD. RGB value is (251,206,173). Sum of RGB (Red+Green+Blue) = 251+206+173=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEAD is #043152. Grayscale: #D7D7D7. Windows color (decimal): -274771 or 11390715. OLE color: 11390715.

HSL color Cylindrical-coordinate representation of color #FBCEAD: hue angle of 25.38º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBCEAD is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251206173-
CMYK00.180.310.02
HSL25.38º90.7%83.14%-
HSV(B)25.38º31.08%98.43%-
XYZ69.467.6748.94-
YUV215.69103.91153.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=39.84%
G=32.70%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120617300.180.310.0225.3890.783.14
HexFBCEAD0121F2195b53
Octal37331625502237231133123
Binary11111011110011101010110101001011111101100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEAD; }

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

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

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

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

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

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

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

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