#FBCAAC

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

Shades of Apricot #FBCAAC

Tints of Apricot #FBCAAC

Color information

#FBCAAC (or 0xFBCAAC) is unknown color: approx Apricot. HEX triplet: FB, CA and AC. RGB value is (251,202,172). Sum of RGB (Red+Green+Blue) = 251+202+172=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAC is #043553. Grayscale: #D5D5D5. Windows color (decimal): -275796 or 11324155. OLE color: 11324155.

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

Color convert

RGB251202172-
CMYK00.200.310.02
HSL22.78º90.8%82.94%-
HSV(B)22.78º31.47%98.43%-
XYZ68.3565.7348.11-
YUV213.23104.73154.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=40.16%
G=32.32%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120217200.200.310.0222.7890.882.94
HexFBCAAC0141F2175b53
Octal37331225402437227133123
Binary11111011110010101010110001010011111101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAAC; }

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

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

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

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

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

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

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

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