#FBCBAF

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

Shades of Apricot #FBCBAF

Tints of Apricot #FBCBAF

Color information

#FBCBAF (or 0xFBCBAF) is unknown color: approx Apricot. HEX triplet: FB, CB and AF. RGB value is (251,203,175). Sum of RGB (Red+Green+Blue) = 251+203+175=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBAF is #043450. Grayscale: #D6D6D6. Windows color (decimal): -275537 or 11521019. OLE color: 11521019.

HSL color Cylindrical-coordinate representation of color #FBCBAF: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBCBAF is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251203175-
CMYK00.190.300.02
HSL22.11º90.48%83.53%-
HSV(B)22.11º30.28%98.43%-
XYZ68.8866.3249.73-
YUV214.16105.9154.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=39.90%
G=32.27%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120317500.190.300.0222.1190.4883.53
HexFBCBAF0131E2165a54
Octal37331325702336226132124
Binary11111011110010111010111101001111110101011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBAF; }

 p { color: rgb(251,203,175); }

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

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

 a { background-color: rgb(251,203,175); }

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

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

 span { border-color: rgb(251,203,175); }

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