#FBCAAB

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

Shades of Apricot #FBCAAB

Tints of Apricot #FBCAAB

Color information

#FBCAAB (or 0xFBCAAB) is unknown color: approx Apricot. HEX triplet: FB, CA and AB. RGB value is (251,202,171). Sum of RGB (Red+Green+Blue) = 251+202+171=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAB is #043554. Grayscale: #D5D5D5. Windows color (decimal): -275797 or 11258619. OLE color: 11258619.

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

Color convert

RGB251202171-
CMYK00.200.320.02
HSL23.25º90.91%82.75%-
HSV(B)23.25º31.87%98.43%-
XYZ68.2565.6947.61-
YUV213.12104.23155.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=40.22%
G=32.37%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120217100.200.320.0223.2590.9182.75
HexFBCAAB014202175b53
Octal37331225302440227133123
Binary111110111100101010101011010100100000101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAAB; }

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

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

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

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

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

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

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

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