#FBCDAB

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

Shades of Apricot #FBCDAB

Tints of Apricot #FBCDAB

Color information

#FBCDAB (or 0xFBCDAB) is unknown color: approx Apricot. HEX triplet: FB, CD and AB. RGB value is (251,205,171). Sum of RGB (Red+Green+Blue) = 251+205+171=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDAB is #043254. Grayscale: #D7D7D7. Windows color (decimal): -275029 or 11259387. OLE color: 11259387.

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

Color convert

RGB251205171-
CMYK00.180.320.02
HSL25.5º90.91%82.75%-
HSV(B)25.5º31.87%98.43%-
XYZ68.9767.1147.85-
YUV214.88103.24153.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 171 (67.19% from 255) = 27.27%
R=40.03%
G=32.70%
B=27.27%

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
Decimal25120517100.180.320.0225.590.9182.75
HexFBCDAB0122021a5b53
Octal37331525302240232133123
Binary111110111100110110101011010010100000101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDAB; }

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

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

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

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

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

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

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

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