#FBCAB4

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

Shades of Apricot #FBCAB4

Tints of Apricot #FBCAB4

Color information

#FBCAB4 (or 0xFBCAB4) is unknown color: approx Apricot. HEX triplet: FB, CA and B4. RGB value is (251,202,180). Sum of RGB (Red+Green+Blue) = 251+202+180=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAB4 is #04354B. Grayscale: #D6D6D6. Windows color (decimal): -275788 or 11848443. OLE color: 11848443.

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

Color convert

RGB251202180-
CMYK00.200.280.02
HSL18.59º89.87%84.51%-
HSV(B)18.59º28.29%98.43%-
XYZ69.1466.0552.28-
YUV214.14108.73154.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 180 (70.70% from 255) = 28.44%
R=39.65%
G=31.91%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120218000.200.280.0218.5989.8784.51
HexFBCAB40141C2135a55
Octal37331226402434223132125
Binary11111011110010101011010001010011100101001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAB4; }

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

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

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

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

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

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

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

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