#FBCAB5

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

Shades of Apricot #FBCAB5

Tints of Apricot #FBCAB5

Color information

#FBCAB5 (or 0xFBCAB5) is unknown color: approx Apricot. HEX triplet: FB, CA and B5. RGB value is (251,202,181). Sum of RGB (Red+Green+Blue) = 251+202+181=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAB5 is #04354A. Grayscale: #D6D6D6. Windows color (decimal): -275787 or 11913979. OLE color: 11913979.

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

Color convert

RGB251202181-
CMYK00.200.280.02
HSL18º89.74%84.71%-
HSV(B)18º27.89%98.43%-
XYZ69.2466.0952.82-
YUV214.26109.23154.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=39.59%
G=31.86%
B=28.55%

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
Decimal25120218100.200.280.021889.7484.71
HexFBCAB50141C2125a55
Octal37331226502434222132125
Binary11111011110010101011010101010011100101001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAB5; }

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

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

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

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

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

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

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

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