#FBCAB1

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

Shades of Apricot #FBCAB1

Tints of Apricot #FBCAB1

Color information

#FBCAB1 (or 0xFBCAB1) is unknown color: approx Apricot. HEX triplet: FB, CA and B1. RGB value is (251,202,177). Sum of RGB (Red+Green+Blue) = 251+202+177=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAB1 is #04354E. Grayscale: #D5D5D5. Windows color (decimal): -275791 or 11651835. OLE color: 11651835.

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

Color convert

RGB251202177-
CMYK00.200.290.02
HSL20.27º90.24%83.92%-
HSV(B)20.27º29.48%98.43%-
XYZ68.8465.9250.69-
YUV213.8107.23154.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 177 (69.53% from 255) = 28.10%
R=39.84%
G=32.06%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120217700.200.290.0220.2790.2483.92
HexFBCAB10141D2145a54
Octal37331226102435224132124
Binary11111011110010101011000101010011101101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAB1; }

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

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

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

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

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

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

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

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