#FBCEAB

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

Shades of Apricot #FBCEAB

Tints of Apricot #FBCEAB

Color information

#FBCEAB (or 0xFBCEAB) is unknown color: approx Apricot. HEX triplet: FB, CE and AB. RGB value is (251,206,171). Sum of RGB (Red+Green+Blue) = 251+206+171=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEAB is #043154. Grayscale: #D7D7D7. Windows color (decimal): -274773 or 11259643. OLE color: 11259643.

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

Color convert

RGB251206171-
CMYK00.180.320.02
HSL26.25º90.91%82.75%-
HSV(B)26.25º31.87%98.43%-
XYZ69.2167.5947.93-
YUV215.46102.91153.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=39.97%
G=32.80%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120617100.180.320.0226.2590.9182.75
HexFBCEAB0122021a5b53
Octal37331625302240232133123
Binary111110111100111010101011010010100000101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEAB; }

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

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

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

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

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

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

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

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