#FBC5AF

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

Shades of Apricot #FBC5AF

Tints of Apricot #FBC5AF

Color information

#FBC5AF (or 0xFBC5AF) is unknown color: approx Apricot. HEX triplet: FB, C5 and AF. RGB value is (251,197,175). Sum of RGB (Red+Green+Blue) = 251+197+175=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AF is #043A50. Grayscale: #D2D2D2. Windows color (decimal): -277073 or 11519483. OLE color: 11519483.

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

Color convert

RGB251197175-
CMYK00.220.300.02
HSL17.37º90.48%83.53%-
HSV(B)17.37º30.28%98.43%-
XYZ67.4963.5449.26-
YUV210.64107.89156.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=40.29%
G=31.62%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119717500.220.300.0217.3790.4883.53
HexFBC5AF0161E2115a54
Octal37330525702636221132124
Binary11111011110001011010111101011011110101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5AF; }

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

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

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

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

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

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

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

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