#FBCAB3

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

Shades of Apricot #FBCAB3

Tints of Apricot #FBCAB3

Color information

#FBCAB3 (or 0xFBCAB3) is unknown color: approx Apricot. HEX triplet: FB, CA and B3. RGB value is (251,202,179). Sum of RGB (Red+Green+Blue) = 251+202+179=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAB3 is #04354C. Grayscale: #D6D6D6. Windows color (decimal): -275789 or 11782907. OLE color: 11782907.

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

Color convert

RGB251202179-
CMYK00.200.290.02
HSL19.17º90%84.31%-
HSV(B)19.17º28.69%98.43%-
XYZ69.046651.75-
YUV214.03108.23154.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=39.72%
G=31.96%
B=28.32%

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
Decimal25120217900.200.290.0219.179084.31
HexFBCAB30141D2135a54
Octal37331226302435223132124
Binary11111011110010101011001101010011101101001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAB3; }

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

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

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

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

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

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

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

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