#FBC6B1

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

Shades of Apricot #FBC6B1

Tints of Apricot #FBC6B1

Color information

#FBC6B1 (or 0xFBC6B1) is unknown color: approx Apricot. HEX triplet: FB, C6 and B1. RGB value is (251,198,177). Sum of RGB (Red+Green+Blue) = 251+198+177=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6B1 is #04394E. Grayscale: #D3D3D3. Windows color (decimal): -276815 or 11650811. OLE color: 11650811.

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

Color convert

RGB251198177-
CMYK00.210.290.02
HSL17.03º90.24%83.92%-
HSV(B)17.03º29.48%98.43%-
XYZ67.9164.0750.38-
YUV211.45108.56156.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 177 (69.53% from 255) = 28.27%
R=40.10%
G=31.63%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119817700.210.290.0217.0390.2483.92
HexFBC6B10151D2115a54
Octal37330626102535221132124
Binary11111011110001101011000101010111101101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6B1; }

 p { color: rgb(251,198,177); }

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

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

 a { background-color: rgb(251,198,177); }

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

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

 span { border-color: rgb(251,198,177); }

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