#FBC7AF

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

Shades of Apricot #FBC7AF

Tints of Apricot #FBC7AF

Color information

#FBC7AF (or 0xFBC7AF) is unknown color: approx Apricot. HEX triplet: FB, C7 and AF. RGB value is (251,199,175). Sum of RGB (Red+Green+Blue) = 251+199+175=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7AF is #043850. Grayscale: #D3D3D3. Windows color (decimal): -276561 or 11519995. OLE color: 11519995.

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

Color convert

RGB251199175-
CMYK00.210.300.02
HSL18.95º90.48%83.53%-
HSV(B)18.95º30.28%98.43%-
XYZ67.9464.4549.42-
YUV211.81107.23155.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 175 (68.75% from 255) = 28%
R=40.16%
G=31.84%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119917500.210.300.0218.9590.4883.53
HexFBC7AF0151E2135a54
Octal37330725702536223132124
Binary11111011110001111010111101010111110101001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7AF; }

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

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

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

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

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

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

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

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