#FBC8AF

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

Shades of Apricot #FBC8AF

Tints of Apricot #FBC8AF

Color information

#FBC8AF (or 0xFBC8AF) is unknown color: approx Apricot. HEX triplet: FB, C8 and AF. RGB value is (251,200,175). Sum of RGB (Red+Green+Blue) = 251+200+175=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8AF is #043750. Grayscale: #D4D4D4. Windows color (decimal): -276305 or 11520251. OLE color: 11520251.

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

Color convert

RGB251200175-
CMYK00.200.300.02
HSL19.74º90.48%83.53%-
HSV(B)19.74º30.28%98.43%-
XYZ68.1864.9149.49-
YUV212.4106.9155.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=40.10%
G=31.95%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120017500.200.300.0219.7490.4883.53
HexFBC8AF0141E2145a54
Octal37331025702436224132124
Binary11111011110010001010111101010011110101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8AF; }

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

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

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

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

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

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

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

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